Color Hex Logo

#b8cbee Color Hex

#B8CBEE
(184,203,238)
0 Favorites   0 Comments

Color spaces of #b8cbee

RGB 184203238
HSL0.610.610.83
HSV219°23°93°
CMYK 0.230.150.00   0.07
XYZ56.555759.075389.3108
Yxy59.07530.27600.2883
Hunter Lab76.8605-3.1614-15.0918
CIE-Lab81.33301.0098-19.4013

#b8cbee color RGB value is (184,203,238).

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

The process color (four color CMYK) of #b8cbee color hex is 0.23, 0.15, 0.00, 0.07. Web safe color of #b8cbee is #ccccff. Color #b8cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001011 11101110
Octal 270 313 356
Decimal 184 203 238
Hex B8 CB EE

RGB Percentages of Color #b8cbee

%29.44
%32.48
%38.08

CMYK Percentages of Color #b8cbee

%23
%15
%0
%7

Triadic Colors of #b8cbee

#b8cbee #eeb8cb #cbeeb8

Analogous Colors of #b8cbee

#b8cbee #c0b8ee #b8e6ee

Monochromatic Colors of #b8cbee

#b8cbee

Complementary Color

#b8cbee #eedbb8

#b8cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cbee Color CSS Codes

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

#b8cbee Text Font Color

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

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


#b8cbee Background Color

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

This div background color is #b8cbee


#b8cbee Border Color

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

This div border color is #b8cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cbee


Comments

No comments written yet.

Please login to write comment.