Color Hex Logo

#bdeabf Color Hex

#BDEABF
(189,234,191)
0 Favorites   0 Comments

Color spaces of #bdeabf

RGB 189234191
HSL0.340.520.83
HSV123°19°92°
CMYK 0.190.000.18   0.08
XYZ59.813173.426060.3104
Yxy73.42600.30900.3794
Hunter Lab85.6890-25.358118.2522
CIE-Lab88.6505-22.607516.1811

#bdeabf color RGB value is (189,234,191).

#bdeabf hex color red value is 189, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bdeabf hue: 0.34 , saturation: 0.52 and the lightness value of bdeabf is 0.83.

The process color (four color CMYK) of #bdeabf color hex is 0.19, 0.00, 0.18, 0.08. Web safe color of #bdeabf is #ccffcc. Color #bdeabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10111111
Octal 275 352 277
Decimal 189 234 191
Hex BD EA BF

RGB Percentages of Color #bdeabf

%30.78
%38.11
%31.11

CMYK Percentages of Color #bdeabf

%19
%0
%18
%8

Triadic Colors of #bdeabf

#bdeabf #bfbdea #eabfbd

Analogous Colors of #bdeabf

#bdeabf #bdead6 #d2eabd

Monochromatic Colors of #bdeabf

#bdeabf

Complementary Color

#bdeabf #eabde8

#bdeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeabf Color CSS Codes

.mybgcolor {background-color:#bdeabf; } 
.myforecolor {color:#bdeabf; }
.mybordercolor {border:3px solid #bdeabf; }

#bdeabf Text Font Color

<p style="color:#bdeabf">Text here</p>

This sample text font color is #bdeabf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bdeabf Background Color

<div style="background-color:#bdeabf">
Div content here</div>

This div background color is #bdeabf


#bdeabf Border Color

<div style="border:3px solid #bdeabf">
Div here</div>

This div border color is #bdeabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,234,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdeabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdeabf;
  -webkit-box-shadow: 1px 1px 3px 2px #bdeabf;
  box-shadow:         1px 1px 3px 2px #bdeabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,234,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdeabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bdeabf;
  -webkit-box-shadow: 1px 1px 3px 2px #bdeabf;
  box-shadow:         1px 1px 3px 2px #bdeabf;">
Div content here</div>

This div box has shadow with color #bdeabf


Comments

No comments written yet.

Please login to write comment.