Color Hex Logo

#b8deca Color Hex

#B8DECA
(184,222,202)
0 Favorites   0 Comments

Color spaces of #b8deca

RGB 184222202
HSL0.410.370.80
HSV148°17°87°
CMYK 0.170.000.09   0.13
XYZ56.549166.697265.7705
Yxy66.69720.29920.3529
Hunter Lab81.6684-19.32209.4195
CIE-Lab85.3508-16.32495.6778

#b8deca color RGB value is (184,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011110 11001010
Octal 270 336 312
Decimal 184 222 202
Hex B8 DE CA

RGB Percentages of Color #b8deca

%30.26
%36.51
%33.22

CMYK Percentages of Color #b8deca

%17
%0
%9
%13

Triadic Colors of #b8deca

#b8deca #cab8de #decab8

Analogous Colors of #b8deca

#b8deca #b8dedd #b9deb8

Monochromatic Colors of #b8deca

#b8deca

Complementary Color

#b8deca #deb8cc

#b8deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8deca Color CSS Codes

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

#b8deca Text Font Color

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

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


#b8deca Background Color

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

This div background color is #b8deca


#b8deca Border Color

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

This div border color is #b8deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8deca


Comments

No comments written yet.

Please login to write comment.