Color Hex Logo

#b5cddd Color Hex

#B5CDDD
(181,205,221)
0 Favorites   0 Comments

Color spaces of #b5cddd

RGB 181205221
HSL0.570.370.79
HSV204°18°87°
CMYK 0.180.070.00   0.13
XYZ53.938558.706976.8953
Yxy58.70690.28460.3097
Hunter Lab76.6204-8.4271-5.8684
CIE-Lab81.1302-4.7062-10.6393

#b5cddd color RGB value is (181,205,221).

#b5cddd hex color red value is 181, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b5cddd hue: 0.57 , saturation: 0.37 and the lightness value of b5cddd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001101 11011101
Octal 265 315 335
Decimal 181 205 221
Hex B5 CD DD

RGB Percentages of Color #b5cddd

%29.82
%33.77
%36.41

CMYK Percentages of Color #b5cddd

%18
%7
%0
%13

Triadic Colors of #b5cddd

#b5cddd #ddb5cd #cdddb5

Analogous Colors of #b5cddd

#b5cddd #b5b9dd #b5ddd9

Monochromatic Colors of #b5cddd

#b5cddd

Complementary Color

#b5cddd #ddc5b5

#b5cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cddd Color CSS Codes

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

#b5cddd Text Font Color

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

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


#b5cddd Background Color

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

This div background color is #b5cddd


#b5cddd Border Color

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

This div border color is #b5cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cddd


Comments

No comments written yet.

Please login to write comment.