Color Hex Logo

#b5cfde Color Hex

#B5CFDE
(181,207,222)
0 Favorites   0 Comments

Color spaces of #b5cfde

RGB 181207222
HSL0.560.380.79
HSV202°18°87°
CMYK 0.180.070.00   0.13
XYZ54.553759.723377.7597
Yxy59.72330.28410.3110
Hunter Lab77.2809-9.2357-5.5608
CIE-Lab81.6876-5.5407-10.3433

#b5cfde color RGB value is (181,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 11011110
Octal 265 317 336
Decimal 181 207 222
Hex B5 CF DE

RGB Percentages of Color #b5cfde

%29.67
%33.93
%36.39

CMYK Percentages of Color #b5cfde

%18
%7
%0
%13

Triadic Colors of #b5cfde

#b5cfde #deb5cf #cfdeb5

Analogous Colors of #b5cfde

#b5cfde #b5bbde #b5ded9

Monochromatic Colors of #b5cfde

#b5cfde

Complementary Color

#b5cfde #dec4b5

#b5cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cfde Color CSS Codes

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

#b5cfde Text Font Color

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

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


#b5cfde Background Color

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

This div background color is #b5cfde


#b5cfde Border Color

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

This div border color is #b5cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cfde


Comments

No comments written yet.

Please login to write comment.