Color Hex Logo

#b5dece Color Hex

#B5DECE
(181,222,206)
0 Favorites   0 Comments

Color spaces of #b5dece

RGB 181222206
HSL0.430.380.79
HSV157°18°87°
CMYK 0.180.000.07   0.13
XYZ56.317966.522568.2644
Yxy66.52250.29470.3481
Hunter Lab81.5613-19.47857.4690
CIE-Lab85.2622-16.51703.4146

#b5dece color RGB value is (181,222,206).

#b5dece hex color red value is 181, green value is 222 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b5dece hue: 0.43 , saturation: 0.38 and the lightness value of b5dece is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011110 11001110
Octal 265 336 316
Decimal 181 222 206
Hex B5 DE CE

RGB Percentages of Color #b5dece

%29.72
%36.45
%33.83

CMYK Percentages of Color #b5dece

%18
%0
%7
%13

Triadic Colors of #b5dece

#b5dece #ceb5de #deceb5

Analogous Colors of #b5dece

#b5dece #b5dade #b5deba

Monochromatic Colors of #b5dece

#b5dece

Complementary Color

#b5dece #deb5c5

#b5dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dece Color CSS Codes

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

#b5dece Text Font Color

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

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


#b5dece Background Color

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

This div background color is #b5dece


#b5dece Border Color

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

This div border color is #b5dece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,222,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dece


Comments

No comments written yet.

Please login to write comment.