Color Hex Logo

#bdcf4c Color Hex

#BDCF4C
(189,207,76)
0 Favorites   0 Comments

Color spaces of #bdcf4c

RGB 18920776
HSL0.190.580.55
HSV68°63°81°
CMYK 0.090.000.63   0.19
XYZ44.603655.966315.2892
Yxy55.96630.38500.4831
Hunter Lab74.8106-24.493340.2502
CIE-Lab79.5946-23.495660.8651

#bdcf4c color RGB value is (189,207,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 01001100
Octal 275 317 114
Decimal 189 207 76
Hex BD CF 4C

RGB Percentages of Color #bdcf4c

%40.04
%43.86
%16.10

CMYK Percentages of Color #bdcf4c

%9
%0
%63
%19

Triadic Colors of #bdcf4c

#bdcf4c #4cbdcf #cf4cbd

Analogous Colors of #bdcf4c

#bdcf4c #7ccf4c #cfa04c

Monochromatic Colors of #bdcf4c

#bdcf4c

Complementary Color

#bdcf4c #5e4ccf

#bdcf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf4c Color CSS Codes

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

#bdcf4c Text Font Color

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

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


#bdcf4c Background Color

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

This div background color is #bdcf4c


#bdcf4c Border Color

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

This div border color is #bdcf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf4c


Comments

No comments written yet.

Please login to write comment.