Color Hex Logo

#bdcf4d Color Hex

#BDCF4D
(189,207,77)
0 Favorites   0 Comments

Color spaces of #bdcf4d

RGB 18920777
HSL0.190.580.56
HSV68°63°81°
CMYK 0.090.000.63   0.19
XYZ44.638655.980315.4737
Yxy55.98030.38450.4822
Hunter Lab74.8200-24.439540.1121
CIE-Lab79.6026-23.428460.4623

#bdcf4d color RGB value is (189,207,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 01001101
Octal 275 317 115
Decimal 189 207 77
Hex BD CF 4D

RGB Percentages of Color #bdcf4d

%39.96
%43.76
%16.28

CMYK Percentages of Color #bdcf4d

%9
%0
%63
%19

Triadic Colors of #bdcf4d

#bdcf4d #4dbdcf #cf4dbd

Analogous Colors of #bdcf4d

#bdcf4d #7ccf4d #cfa04d

Monochromatic Colors of #bdcf4d

#bdcf4d

Complementary Color

#bdcf4d #5f4dcf

#bdcf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf4d Color CSS Codes

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

#bdcf4d Text Font Color

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

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


#bdcf4d Background Color

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

This div background color is #bdcf4d


#bdcf4d Border Color

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

This div border color is #bdcf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf4d


Comments

No comments written yet.

Please login to write comment.