Color Hex Logo

#b5dede Color Hex

#B5DEDE
(181,222,222)
0 Favorites   0 Comments

Color spaces of #b5dede

RGB 181222222
HSL0.500.380.79
HSV180°18°87°
CMYK 0.180.000.00   0.13
XYZ58.362167.340279.0292
Yxy67.34020.28510.3289
Hunter Lab82.0611-16.65710.3433
CIE-Lab85.6755-13.2772-4.4352

#b5dede color RGB value is (181,222,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011110 11011110
Octal 265 336 336
Decimal 181 222 222
Hex B5 DE DE

RGB Percentages of Color #b5dede

%28.96
%35.52
%35.52

CMYK Percentages of Color #b5dede

%18
%0
%0
%13

Triadic Colors of #b5dede

#b5dede #deb5de #dedeb5

Analogous Colors of #b5dede

#b5dede #b5cade #b5deca

Monochromatic Colors of #b5dede

#b5dede

Complementary Color

#b5dede #deb5b5

#b5dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dede Color CSS Codes

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

#b5dede Text Font Color

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

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


#b5dede Background Color

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

This div background color is #b5dede


#b5dede Border Color

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

This div border color is #b5dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dede


Comments

No comments written yet.

Please login to write comment.