Color Hex Logo

#b5ccdf Color Hex

#B5CCDF
(181,204,223)
0 Favorites   0 Comments

Color spaces of #b5ccdf

RGB 181204223
HSL0.580.400.79
HSV207°19°87°
CMYK 0.190.090.00   0.13
XYZ53.968258.337278.2278
Yxy58.33720.28320.3062
Hunter Lab76.3788-7.5373-7.2602
CIE-Lab80.9259-3.7496-12.0145

#b5ccdf color RGB value is (181,204,223).

#b5ccdf hex color red value is 181, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b5ccdf hue: 0.58 , saturation: 0.40 and the lightness value of b5ccdf is 0.79.

The process color (four color CMYK) of #b5ccdf color hex is 0.19, 0.09, 0.00, 0.13. Web safe color of #b5ccdf is #cccccc. Color #b5ccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 11011111
Octal 265 314 337
Decimal 181 204 223
Hex B5 CC DF

RGB Percentages of Color #b5ccdf

%29.77
%33.55
%36.68

CMYK Percentages of Color #b5ccdf

%19
%9
%0
%13

Triadic Colors of #b5ccdf

#b5ccdf #dfb5cc #ccdfb5

Analogous Colors of #b5ccdf

#b5ccdf #b5b7df #b5dfdd

Monochromatic Colors of #b5ccdf

#b5ccdf

Complementary Color

#b5ccdf #dfc8b5

#b5ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ccdf Color CSS Codes

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

#b5ccdf Text Font Color

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

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


#b5ccdf Background Color

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

This div background color is #b5ccdf


#b5ccdf Border Color

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

This div border color is #b5ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ccdf


Comments

No comments written yet.

Please login to write comment.