Color Hex Logo

#bdcf0c Color Hex

#BDCF0C
(189,207,12)
0 Favorites   0 Comments

Color spaces of #bdcf0c

RGB 18920712
HSL0.180.890.43
HSV66°94°81°
CMYK 0.090.000.94   0.19
XYZ43.365555.47108.7692
Yxy55.47100.40300.5155
Hunter Lab74.4789-26.405945.1543
CIE-Lab79.3118-25.905477.9606

#bdcf0c color RGB value is (189,207,12).

#bdcf0c hex color red value is 189, green value is 207 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bdcf0c hue: 0.18 , saturation: 0.89 and the lightness value of bdcf0c is 0.43.

The process color (four color CMYK) of #bdcf0c color hex is 0.09, 0.00, 0.94, 0.19. Web safe color of #bdcf0c is #cccc00. Color #bdcf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 00001100
Octal 275 317 14
Decimal 189 207 12
Hex BD CF C

RGB Percentages of Color #bdcf0c

%46.32
%50.74
%2.94

CMYK Percentages of Color #bdcf0c

%9
%0
%94
%19

Triadic Colors of #bdcf0c

#bdcf0c #0cbdcf #cf0cbd

Analogous Colors of #bdcf0c

#bdcf0c #5bcf0c #cf800c

Monochromatic Colors of #bdcf0c

#bdcf0c

Complementary Color

#bdcf0c #1e0ccf

#bdcf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf0c Color CSS Codes

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

#bdcf0c Text Font Color

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

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


#bdcf0c Background Color

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

This div background color is #bdcf0c


#bdcf0c Border Color

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

This div border color is #bdcf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf0c


Comments

No comments written yet.

Please login to write comment.