color codes Logo

#bdd02f color codes

#BDD02F
(189,208,47)
0 Favorites   0 Comments

Color spaces of #bdd02f

RGB 18920847
HSL0.190.630.50
HSV67°77°82°
CMYK 0.090.000.77   0.18
XYZ44.055256.135811.2027
Yxy56.13580.39550.5039
Hunter Lab74.9238-26.158743.5816
CIE-Lab79.6910-25.510171.2677

#bdd02f color RGB value is (189,208,47).

#bdd02f hex color red value is 189, green value is 208 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bdd02f hue: 0.19 , saturation: 0.63 and the lightness value of bdd02f is 0.50.

The process color (four color CMYK) of #bdd02f color code is 0.09, 0.00, 0.77, 0.18. Web safe color of #bdd02f is #cccc33. Color #bdd02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 00101111
Octal 275 320 57
Decimal 189 208 47
Hex BD D0 2F

RGB Percentages of Color #bdd02f

%42.57
%46.85
%10.59

CMYK Percentages of Color #bdd02f

%9
%0
%77
%18

Triadic Colors of #bdd02f

#bdd02f #2fbdd0 #d02fbd

Analogous Colors of #bdd02f

#bdd02f #6dd02f #d0932f

Monochromatic Colors of #bdd02f

#bdd02f

Complementary Color

#bdd02f #422fd0

#bdd02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd02f Color CSS Codes

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

#bdd02f Text Font Color

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

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


#bdd02f Background Color

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

This div background color is #bdd02f


#bdd02f Border Color

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

This div border color is #bdd02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd02f


Comments

No comments written yet.

Please login to write comment.