Color Hex Logo

#bdea0c Color Hex

#BDEA0C
(189,234,12)
0 Favorites   0 Comments

Color spaces of #bdea0c

RGB 18923412
HSL0.200.900.48
HSV72°95°92°
CMYK 0.190.000.95   0.08
XYZ50.475469.691011.1392
Yxy69.69100.38440.5308
Hunter Lab83.4811-38.165150.5255
CIE-Lab86.8451-38.395383.7797

#bdea0c color RGB value is (189,234,12).

#bdea0c hex color red value is 189, green value is 234 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bdea0c hue: 0.20 , saturation: 0.90 and the lightness value of bdea0c is 0.48.

The process color (four color CMYK) of #bdea0c color hex is 0.19, 0.00, 0.95, 0.08. Web safe color of #bdea0c is #ccff00. Color #bdea0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 00001100
Octal 275 352 14
Decimal 189 234 12
Hex BD EA C

RGB Percentages of Color #bdea0c

%43.45
%53.79
%2.76

CMYK Percentages of Color #bdea0c

%19
%0
%95
%8

Triadic Colors of #bdea0c

#bdea0c #0cbdea #ea0cbd

Analogous Colors of #bdea0c

#bdea0c #4eea0c #eaa80c

Monochromatic Colors of #bdea0c

#bdea0c

Complementary Color

#bdea0c #390cea

#bdea0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea0c Color CSS Codes

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

#bdea0c Text Font Color

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

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


#bdea0c Background Color

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

This div background color is #bdea0c


#bdea0c Border Color

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

This div border color is #bdea0c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,234,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 #bdea0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea0c


Comments

No comments written yet.

Please login to write comment.