Color Hex Logo

#bddaaf Color Hex

#BDDAAF
(189,218,175)
0 Favorites   0 Comments

Color spaces of #bddaaf

RGB 189218175
HSL0.280.370.77
HSV100°20°85°
CMYK 0.130.000.20   0.15
XYZ53.795564.056850.0863
Yxy64.05680.32030.3814
Hunter Lab80.0355-20.084118.9211
CIE-Lab83.9953-17.422018.0168

#bddaaf color RGB value is (189,218,175).

#bddaaf hex color red value is 189, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bddaaf hue: 0.28 , saturation: 0.37 and the lightness value of bddaaf is 0.77.

The process color (four color CMYK) of #bddaaf color hex is 0.13, 0.00, 0.20, 0.15. Web safe color of #bddaaf is #cccc99. Color #bddaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 10101111
Octal 275 332 257
Decimal 189 218 175
Hex BD DA AF

RGB Percentages of Color #bddaaf

%32.47
%37.46
%30.07

CMYK Percentages of Color #bddaaf

%13
%0
%20
%15

Triadic Colors of #bddaaf

#bddaaf #afbdda #daafbd

Analogous Colors of #bddaaf

#bddaaf #afdab7 #d3daaf

Monochromatic Colors of #bddaaf

#bddaaf

Complementary Color

#bddaaf #ccafda

#bddaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddaaf Color CSS Codes

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

#bddaaf Text Font Color

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

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


#bddaaf Background Color

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

This div background color is #bddaaf


#bddaaf Border Color

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

This div border color is #bddaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddaaf


Comments

No comments written yet.

Please login to write comment.