color codes Logo

#bdd24c color codes

#BDD24C
(189,210,76)
0 Favorites   0 Comments

Color spaces of #bdd24c

RGB 18921076
HSL0.190.600.56
HSV69°64°82°
CMYK 0.100.000.64   0.18
XYZ45.337457.433815.5338
Yxy57.43380.38320.4855
Hunter Lab75.7851-25.838740.8968
CIE-Lab80.4230-24.946861.7418

#bdd24c color RGB value is (189,210,76).

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

The process color (four color CMYK) of #bdd24c color code is 0.10, 0.00, 0.64, 0.18. Web safe color of #bdd24c is #cccc33. Color #bdd24c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01001100
Octal 275 322 114
Decimal 189 210 76
Hex BD D2 4C

RGB Percentages of Color #bdd24c

%39.79
%44.21
%16.00

CMYK Percentages of Color #bdd24c

%10
%0
%64
%18

Triadic Colors of #bdd24c

#bdd24c #4cbdd2 #d24cbd

Analogous Colors of #bdd24c

#bdd24c #7ad24c #d2a44c

Monochromatic Colors of #bdd24c

#bdd24c

Complementary Color

#bdd24c #614cd2

#bdd24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd24c Color CSS Codes

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

#bdd24c Text Font Color

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

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


#bdd24c Background Color

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

This div background color is #bdd24c


#bdd24c Border Color

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

This div border color is #bdd24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd24c


Comments

No comments written yet.

Please login to write comment.