Color Hex Logo

#bddeca Color Hex

#BDDECA
(189,222,202)
0 Favorites   0 Comments

Color spaces of #bddeca

RGB 189222202
HSL0.400.330.81
HSV144°15°87°
CMYK 0.150.000.09   0.13
XYZ57.768267.325665.8276
Yxy67.32560.30260.3526
Hunter Lab82.0522-17.91989.8702
CIE-Lab85.6681-14.69206.1759

#bddeca color RGB value is (189,222,202).

#bddeca hex color red value is 189, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bddeca hue: 0.40 , saturation: 0.33 and the lightness value of bddeca is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11001010
Octal 275 336 312
Decimal 189 222 202
Hex BD DE CA

RGB Percentages of Color #bddeca

%30.83
%36.22
%32.95

CMYK Percentages of Color #bddeca

%15
%0
%9
%13

Triadic Colors of #bddeca

#bddeca #cabdde #decabd

Analogous Colors of #bddeca

#bddeca #bddedb #c1debd

Monochromatic Colors of #bddeca

#bddeca

Complementary Color

#bddeca #debdd1

#bddeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddeca Color CSS Codes

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

#bddeca Text Font Color

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

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


#bddeca Background Color

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

This div background color is #bddeca


#bddeca Border Color

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

This div border color is #bddeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddeca


Comments

No comments written yet.

Please login to write comment.