Color Hex Logo

#bddaca Color Hex

#BDDACA
(189,218,202)
0 Favorites   0 Comments

Color spaces of #bddaca

RGB 189218202
HSL0.410.280.80
HSV147°13°85°
CMYK 0.130.000.07   0.15
XYZ56.718365.225965.4776
Yxy65.22590.30260.3480
Hunter Lab80.7626-15.97678.4649
CIE-Lab84.6000-12.66974.6346

#bddaca color RGB value is (189,218,202).

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

The process color (four color CMYK) of #bddaca color hex is 0.13, 0.00, 0.07, 0.15. Web safe color of #bddaca is #cccccc. Color #bddaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11001010
Octal 275 332 312
Decimal 189 218 202
Hex BD DA CA

RGB Percentages of Color #bddaca

%31.03
%35.80
%33.17

CMYK Percentages of Color #bddaca

%13
%0
%7
%15

Triadic Colors of #bddaca

#bddaca #cabdda #dacabd

Analogous Colors of #bddaca

#bddaca #bddad9 #bfdabd

Monochromatic Colors of #bddaca

#bddaca

Complementary Color

#bddaca #dabdcd

#bddaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddaca Color CSS Codes

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

#bddaca Text Font Color

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

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


#bddaca Background Color

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

This div background color is #bddaca


#bddaca Border Color

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

This div border color is #bddaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddaca


Comments

No comments written yet.

Please login to write comment.