Color Hex Logo

#b5dcef Color Hex

#B5DCEF
(181,220,239)
0 Favorites   0 Comments

Color spaces of #b5dcef

RGB 181220239
HSL0.550.640.82
HSV200°24°94°
CMYK 0.240.080.00   0.06
XYZ60.229267.242291.4660
Yxy67.24220.27510.3071
Hunter Lab82.0013-12.3958-8.7324
CIE-Lab85.6261-8.5801-13.4933

#b5dcef color RGB value is (181,220,239).

#b5dcef hex color red value is 181, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b5dcef hue: 0.55 , saturation: 0.64 and the lightness value of b5dcef is 0.82.

The process color (four color CMYK) of #b5dcef color hex is 0.24, 0.08, 0.00, 0.06. Web safe color of #b5dcef is #ccccff. Color #b5dcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 11101111
Octal 265 334 357
Decimal 181 220 239
Hex B5 DC EF

RGB Percentages of Color #b5dcef

%28.28
%34.38
%37.34

CMYK Percentages of Color #b5dcef

%24
%8
%0
%6

Triadic Colors of #b5dcef

#b5dcef #efb5dc #dcefb5

Analogous Colors of #b5dcef

#b5dcef #b5bfef #b5efe5

Monochromatic Colors of #b5dcef

#b5dcef

Complementary Color

#b5dcef #efc8b5

#b5dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dcef Color CSS Codes

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

#b5dcef Text Font Color

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

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


#b5dcef Background Color

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

This div background color is #b5dcef


#b5dcef Border Color

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

This div border color is #b5dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dcef


Comments

No comments written yet.

Please login to write comment.