Color Hex Logo

#b5cfee Color Hex

#B5CFEE
(181,207,238)
0 Favorites   0 Comments

Color spaces of #b5cfee

RGB 181207238
HSL0.590.630.82
HSV213°24°93°
CMYK 0.240.130.00   0.07
XYZ56.801560.622589.5965
Yxy60.62250.27440.2928
Hunter Lab77.8605-6.0348-13.7246
CIE-Lab82.1754-2.0130-18.1482

#b5cfee color RGB value is (181,207,238).

#b5cfee hex color red value is 181, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b5cfee hue: 0.59 , saturation: 0.63 and the lightness value of b5cfee is 0.82.

The process color (four color CMYK) of #b5cfee color hex is 0.24, 0.13, 0.00, 0.07. Web safe color of #b5cfee is #ccccff. Color #b5cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 11101110
Octal 265 317 356
Decimal 181 207 238
Hex B5 CF EE

RGB Percentages of Color #b5cfee

%28.91
%33.07
%38.02

CMYK Percentages of Color #b5cfee

%24
%13
%0
%7

Triadic Colors of #b5cfee

#b5cfee #eeb5cf #cfeeb5

Analogous Colors of #b5cfee

#b5cfee #b8b5ee #b5ecee

Monochromatic Colors of #b5cfee

#b5cfee

Complementary Color

#b5cfee #eed4b5

#b5cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cfee Color CSS Codes

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

#b5cfee Text Font Color

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

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


#b5cfee Background Color

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

This div background color is #b5cfee


#b5cfee Border Color

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

This div border color is #b5cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cfee


Comments

No comments written yet.

Please login to write comment.