Color Hex Logo

#b8ccee Color Hex

#B8CCEE
(184,204,238)
0 Favorites   0 Comments

Color spaces of #b8ccee

RGB 184204238
HSL0.600.610.83
HSV218°23°93°
CMYK 0.230.140.00   0.07
XYZ56.792659.549189.3898
Yxy59.54910.27610.2895
Hunter Lab77.1681-3.6753-14.6626
CIE-Lab81.59250.4775-19.0090

#b8ccee color RGB value is (184,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001100 11101110
Octal 270 314 356
Decimal 184 204 238
Hex B8 CC EE

RGB Percentages of Color #b8ccee

%29.39
%32.59
%38.02

CMYK Percentages of Color #b8ccee

%23
%14
%0
%7

Triadic Colors of #b8ccee

#b8ccee #eeb8cc #cceeb8

Analogous Colors of #b8ccee

#b8ccee #bfb8ee #b8e7ee

Monochromatic Colors of #b8ccee

#b8ccee

Complementary Color

#b8ccee #eedab8

#b8ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ccee Color CSS Codes

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

#b8ccee Text Font Color

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

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


#b8ccee Background Color

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

This div background color is #b8ccee


#b8ccee Border Color

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

This div border color is #b8ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ccee

#b8ccee Color Palettes


Comments

No comments written yet.

Please login to write comment.