Color Hex Logo

#bdd372 Color Hex

#BDD372
(189,211,114)
0 Favorites   0 Comments

Color spaces of #bdd372

RGB 189211114
HSL0.200.520.64
HSV74°46°83°
CMYK 0.100.000.46   0.17
XYZ47.317858.622324.7409
Yxy58.62230.36210.4486
Hunter Lab76.5652-23.674934.4370
CIE-Lab81.0835-22.186745.3418

#bdd372 color RGB value is (189,211,114).

#bdd372 hex color red value is 189, green value is 211 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bdd372 hue: 0.20 , saturation: 0.52 and the lightness value of bdd372 is 0.64.

The process color (four color CMYK) of #bdd372 color hex is 0.10, 0.00, 0.46, 0.17. Web safe color of #bdd372 is #cccc66. Color #bdd372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 01110010
Octal 275 323 162
Decimal 189 211 114
Hex BD D3 72

RGB Percentages of Color #bdd372

%36.77
%41.05
%22.18

CMYK Percentages of Color #bdd372

%10
%0
%46
%17

Triadic Colors of #bdd372

#bdd372 #72bdd3 #d372bd

Analogous Colors of #bdd372

#bdd372 #8dd372 #d3b972

Monochromatic Colors of #bdd372

#bdd372

Complementary Color

#bdd372 #8872d3

#bdd372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd372 Color CSS Codes

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

#bdd372 Text Font Color

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

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


#bdd372 Background Color

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

This div background color is #bdd372


#bdd372 Border Color

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

This div border color is #bdd372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd372


Comments

No comments written yet.

Please login to write comment.