Color Hex Logo

#b5c0ea Color Hex

#B5C0EA
(181,192,234)
0 Favorites   0 Comments

Color spaces of #b5c0ea

RGB 181192234
HSL0.630.560.81
HSV228°23°92°
CMYK 0.230.180.00   0.08
XYZ52.757053.463585.3808
Yxy53.46350.27530.2790
Hunter Lab73.11870.8344-18.0499
CIE-Lab78.14795.1039-22.1055

#b5c0ea color RGB value is (181,192,234).

#b5c0ea hex color red value is 181, green value is 192 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b5c0ea hue: 0.63 , saturation: 0.56 and the lightness value of b5c0ea is 0.81.

The process color (four color CMYK) of #b5c0ea color hex is 0.23, 0.18, 0.00, 0.08. Web safe color of #b5c0ea is #ccccff. Color #b5c0ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000000 11101010
Octal 265 300 352
Decimal 181 192 234
Hex B5 C0 EA

RGB Percentages of Color #b5c0ea

%29.82
%31.63
%38.55

CMYK Percentages of Color #b5c0ea

%23
%18
%0
%8

Triadic Colors of #b5c0ea

#b5c0ea #eab5c0 #c0eab5

Analogous Colors of #b5c0ea

#b5c0ea #c5b5ea #b5dbea

Monochromatic Colors of #b5c0ea

#b5c0ea

Complementary Color

#b5c0ea #eadfb5

#b5c0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c0ea Color CSS Codes

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

#b5c0ea Text Font Color

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

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


#b5c0ea Background Color

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

This div background color is #b5c0ea


#b5c0ea Border Color

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

This div border color is #b5c0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c0ea


Comments

No comments written yet.

Please login to write comment.