Color Hex Logo

#b8e8dc Color Hex

#B8E8DC
(184,232,220)
0 Favorites   0 Comments

Color spaces of #b8e8dc

RGB 184232220
HSL0.460.510.82
HSV165°21°91°
CMYK 0.210.000.05   0.09
XYZ61.542073.070978.5706
Yxy73.07090.28870.3428
Hunter Lab85.4815-21.08255.3405
CIE-Lab88.4815-17.79000.7512

#b8e8dc color RGB value is (184,232,220).

#b8e8dc hex color red value is 184, green value is 232 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b8e8dc hue: 0.46 , saturation: 0.51 and the lightness value of b8e8dc is 0.82.

The process color (four color CMYK) of #b8e8dc color hex is 0.21, 0.00, 0.05, 0.09. Web safe color of #b8e8dc is #ccffcc. Color #b8e8dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101000 11011100
Octal 270 350 334
Decimal 184 232 220
Hex B8 E8 DC

RGB Percentages of Color #b8e8dc

%28.93
%36.48
%34.59

CMYK Percentages of Color #b8e8dc

%21
%0
%5
%9

Triadic Colors of #b8e8dc

#b8e8dc #dcb8e8 #e8dcb8

Analogous Colors of #b8e8dc

#b8e8dc #b8dce8 #b8e8c4

Monochromatic Colors of #b8e8dc

#b8e8dc

Complementary Color

#b8e8dc #e8b8c4

#b8e8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8e8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8e8dc Color CSS Codes

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

#b8e8dc Text Font Color

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

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


#b8e8dc Background Color

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

This div background color is #b8e8dc


#b8e8dc Border Color

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

This div border color is #b8e8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8e8dc


Comments

No comments written yet.

Please login to write comment.