Color Hex Logo

#b8ceea Color Hex

#B8CEEA
(184,206,234)
0 Favorites   0 Comments

Color spaces of #b8ceea

RGB 184206234
HSL0.590.540.82
HSV214°21°92°
CMYK 0.210.120.00   0.08
XYZ56.689860.273586.4880
Yxy60.27350.27860.2963
Hunter Lab77.6360-5.5223-11.7050
CIE-Lab81.9866-1.4756-16.2807

#b8ceea color RGB value is (184,206,234).

#b8ceea hex color red value is 184, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b8ceea hue: 0.59 , saturation: 0.54 and the lightness value of b8ceea is 0.82.

The process color (four color CMYK) of #b8ceea color hex is 0.21, 0.12, 0.00, 0.08. Web safe color of #b8ceea is #ccccff. Color #b8ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001110 11101010
Octal 270 316 352
Decimal 184 206 234
Hex B8 CE EA

RGB Percentages of Color #b8ceea

%29.49
%33.01
%37.50

CMYK Percentages of Color #b8ceea

%21
%12
%0
%8

Triadic Colors of #b8ceea

#b8ceea #eab8ce #ceeab8

Analogous Colors of #b8ceea

#b8ceea #bbb8ea #b8e7ea

Monochromatic Colors of #b8ceea

#b8ceea

Complementary Color

#b8ceea #ead4b8

#b8ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ceea Color CSS Codes

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

#b8ceea Text Font Color

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

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


#b8ceea Background Color

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

This div background color is #b8ceea


#b8ceea Border Color

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

This div border color is #b8ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ceea


Comments

No comments written yet.

Please login to write comment.