Color Hex Logo

#bdcf8b Color Hex

#BDCF8B
(189,207,139)
0 Favorites   0 Comments

Color spaces of #bdcf8b

RGB 189207139
HSL0.210.410.68
HSV76°33°81°
CMYK 0.090.000.33   0.19
XYZ47.959357.308532.9600
Yxy57.30850.34700.4146
Hunter Lab75.7024-19.395127.1774
CIE-Lab80.3528-17.254231.8369

#bdcf8b color RGB value is (189,207,139).

#bdcf8b hex color red value is 189, green value is 207 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bdcf8b hue: 0.21 , saturation: 0.41 and the lightness value of bdcf8b is 0.68.

The process color (four color CMYK) of #bdcf8b color hex is 0.09, 0.00, 0.33, 0.19. Web safe color of #bdcf8b is #cccc99. Color #bdcf8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10001011
Octal 275 317 213
Decimal 189 207 139
Hex BD CF 8B

RGB Percentages of Color #bdcf8b

%35.33
%38.69
%25.98

CMYK Percentages of Color #bdcf8b

%9
%0
%33
%19

Triadic Colors of #bdcf8b

#bdcf8b #8bbdcf #cf8bbd

Analogous Colors of #bdcf8b

#bdcf8b #9bcf8b #cfbf8b

Monochromatic Colors of #bdcf8b

#bdcf8b

Complementary Color

#bdcf8b #9d8bcf

#bdcf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf8b Color CSS Codes

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

#bdcf8b Text Font Color

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

This sample text font color is #bdcf8b
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.


#bdcf8b Background Color

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

This div background color is #bdcf8b


#bdcf8b Border Color

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

This div border color is #bdcf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf8b


Comments

No comments written yet.

Please login to write comment.