Color Hex Logo

#b8ccef Color Hex

#B8CCEF
(184,204,239)
0 Favorites   0 Comments

Color spaces of #b8ccef

RGB 184204239
HSL0.610.630.83
HSV218°23°94°
CMYK 0.230.150.00   0.06
XYZ56.940059.608190.1658
Yxy59.60810.27550.2884
Hunter Lab77.2063-3.4664-15.1978
CIE-Lab81.62470.7027-19.4938

#b8ccef color RGB value is (184,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001100 11101111
Octal 270 314 357
Decimal 184 204 239
Hex B8 CC EF

RGB Percentages of Color #b8ccef

%29.35
%32.54
%38.12

CMYK Percentages of Color #b8ccef

%23
%15
%0
%6

Triadic Colors of #b8ccef

#b8ccef #efb8cc #ccefb8

Analogous Colors of #b8ccef

#b8ccef #c0b8ef #b8e8ef

Monochromatic Colors of #b8ccef

#b8ccef

Complementary Color

#b8ccef #efdbb8

#b8ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ccef Color CSS Codes

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

#b8ccef Text Font Color

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

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


#b8ccef Background Color

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

This div background color is #b8ccef


#b8ccef Border Color

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

This div border color is #b8ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ccef


Comments

No comments written yet.

Please login to write comment.