Color Hex Logo

#bdd4af Color Hex

#BDD4AF
(189,212,175)
0 Favorites   0 Comments

Color spaces of #bdd4af

RGB 189212175
HSL0.270.300.76
HSV97°17°83°
CMYK 0.110.000.17   0.17
XYZ52.267661.000949.5770
Yxy61.00090.32100.3746
Hunter Lab78.1031-17.225817.0370
CIE-Lab82.3792-14.409315.7555

#bdd4af color RGB value is (189,212,175).

#bdd4af hex color red value is 189, green value is 212 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdd4af hue: 0.27 , saturation: 0.30 and the lightness value of bdd4af is 0.76.

The process color (four color CMYK) of #bdd4af color hex is 0.11, 0.00, 0.17, 0.17. Web safe color of #bdd4af is #cccc99. Color #bdd4af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 10101111
Octal 275 324 257
Decimal 189 212 175
Hex BD D4 AF

RGB Percentages of Color #bdd4af

%32.81
%36.81
%30.38

CMYK Percentages of Color #bdd4af

%11
%0
%17
%17

Triadic Colors of #bdd4af

#bdd4af #afbdd4 #d4afbd

Analogous Colors of #bdd4af

#bdd4af #afd4b4 #d0d4af

Monochromatic Colors of #bdd4af

#bdd4af

Complementary Color

#bdd4af #c6afd4

#bdd4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd4af Color CSS Codes

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

#bdd4af Text Font Color

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

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


#bdd4af Background Color

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

This div background color is #bdd4af


#bdd4af Border Color

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

This div border color is #bdd4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd4af


Comments

No comments written yet.

Please login to write comment.