Color Hex Logo

#b8cbed Color Hex

#B8CBED
(184,203,237)
0 Favorites   0 Comments

Color spaces of #b8cbed

RGB 184203237
HSL0.610.600.83
HSV218°22°93°
CMYK 0.220.140.00   0.07
XYZ56.409259.016688.5390
Yxy59.01660.27660.2893
Hunter Lab76.8223-3.3696-14.5572
CIE-Lab81.30070.7853-18.9160

#b8cbed color RGB value is (184,203,237).

#b8cbed hex color red value is 184, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b8cbed hue: 0.61 , saturation: 0.60 and the lightness value of b8cbed is 0.83.

The process color (four color CMYK) of #b8cbed color hex is 0.22, 0.14, 0.00, 0.07. Web safe color of #b8cbed is #ccccff. Color #b8cbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001011 11101101
Octal 270 313 355
Decimal 184 203 237
Hex B8 CB ED

RGB Percentages of Color #b8cbed

%29.49
%32.53
%37.98

CMYK Percentages of Color #b8cbed

%22
%14
%0
%7

Triadic Colors of #b8cbed

#b8cbed #edb8cb #cbedb8

Analogous Colors of #b8cbed

#b8cbed #c0b8ed #b8e6ed

Monochromatic Colors of #b8cbed

#b8cbed

Complementary Color

#b8cbed #eddab8

#b8cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cbed Color CSS Codes

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

#b8cbed Text Font Color

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

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


#b8cbed Background Color

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

This div background color is #b8cbed


#b8cbed Border Color

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

This div border color is #b8cbed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,203,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8cbed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8cbed;
  -webkit-box-shadow: 1px 1px 3px 2px #b8cbed;
  box-shadow:         1px 1px 3px 2px #b8cbed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,203,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cbed


Comments

No comments written yet.

Please login to write comment.