Color Hex Logo

#b8eeea Color Hex

#B8EEEA
(184,238,234)
0 Favorites   0 Comments

Color spaces of #b8eeea

RGB 184238234
HSL0.490.610.83
HSV176°23°93°
CMYK 0.230.000.02   0.07
XYZ65.193077.279989.3224
Yxy77.27990.28130.3334
Hunter Lab87.9090-21.46571.2930
CIE-Lab90.4503-17.8859-3.6898

#b8eeea color RGB value is (184,238,234).

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

The process color (four color CMYK) of #b8eeea color hex is 0.23, 0.00, 0.02, 0.07. Web safe color of #b8eeea is #ccffff. Color #b8eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101110 11101010
Octal 270 356 352
Decimal 184 238 234
Hex B8 EE EA

RGB Percentages of Color #b8eeea

%28.05
%36.28
%35.67

CMYK Percentages of Color #b8eeea

%23
%0
%2
%7

Triadic Colors of #b8eeea

#b8eeea #eab8ee #eeeab8

Analogous Colors of #b8eeea

#b8eeea #b8d7ee #b8eecf

Monochromatic Colors of #b8eeea

#b8eeea

Complementary Color

#b8eeea #eeb8bc

#b8eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8eeea Color CSS Codes

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

#b8eeea Text Font Color

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

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


#b8eeea Background Color

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

This div background color is #b8eeea


#b8eeea Border Color

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

This div border color is #b8eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8eeea


Comments

No comments written yet.

Please login to write comment.