Color Hex Logo

#b5c4ee Color Hex

#B5C4EE
(181,196,238)
0 Favorites   0 Comments

Color spaces of #b5c4ee

RGB 181196238
HSL0.620.630.82
HSV224°24°93°
CMYK 0.240.180.00   0.07
XYZ54.228655.476788.7388
Yxy55.47670.27330.2796
Hunter Lab74.4827-0.3842-18.5003
CIE-Lab79.31513.8585-22.4799

#b5c4ee color RGB value is (181,196,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000100 11101110
Octal 265 304 356
Decimal 181 196 238
Hex B5 C4 EE

RGB Percentages of Color #b5c4ee

%29.43
%31.87
%38.70

CMYK Percentages of Color #b5c4ee

%24
%18
%0
%7

Triadic Colors of #b5c4ee

#b5c4ee #eeb5c4 #c4eeb5

Analogous Colors of #b5c4ee

#b5c4ee #c3b5ee #b5e1ee

Monochromatic Colors of #b5c4ee

#b5c4ee

Complementary Color

#b5c4ee #eedfb5

#b5c4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c4ee Color CSS Codes

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

#b5c4ee Text Font Color

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

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


#b5c4ee Background Color

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

This div background color is #b5c4ee


#b5c4ee Border Color

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

This div border color is #b5c4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c4ee


Comments

No comments written yet.

Please login to write comment.