Color Hex Logo

#bdcf4e Color Hex

#BDCF4E
(189,207,78)
0 Favorites   0 Comments

Color spaces of #bdcf4e

RGB 18920778
HSL0.190.570.56
HSV68°62°81°
CMYK 0.090.000.62   0.19
XYZ44.674255.994515.6612
Yxy55.99450.38400.4813
Hunter Lab74.8295-24.384739.9717
CIE-Lab79.6107-23.359960.0564

#bdcf4e color RGB value is (189,207,78).

#bdcf4e hex color red value is 189, green value is 207 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bdcf4e hue: 0.19 , saturation: 0.57 and the lightness value of bdcf4e is 0.56.

The process color (four color CMYK) of #bdcf4e color hex is 0.09, 0.00, 0.62, 0.19. Web safe color of #bdcf4e is #cccc66. Color #bdcf4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 01001110
Octal 275 317 116
Decimal 189 207 78
Hex BD CF 4E

RGB Percentages of Color #bdcf4e

%39.87
%43.67
%16.46

CMYK Percentages of Color #bdcf4e

%9
%0
%62
%19

Triadic Colors of #bdcf4e

#bdcf4e #4ebdcf #cf4ebd

Analogous Colors of #bdcf4e

#bdcf4e #7dcf4e #cfa14e

Monochromatic Colors of #bdcf4e

#bdcf4e

Complementary Color

#bdcf4e #604ecf

#bdcf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf4e Color CSS Codes

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

#bdcf4e Text Font Color

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

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


#bdcf4e Background Color

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

This div background color is #bdcf4e


#bdcf4e Border Color

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

This div border color is #bdcf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf4e


Comments

No comments written yet.

Please login to write comment.