Color Hex Logo

#b8edea Color Hex

#B8EDEA
(184,237,234)
0 Favorites   0 Comments

Color spaces of #b8edea

RGB 184237234
HSL0.490.600.83
HSV177°22°93°
CMYK 0.220.000.01   0.07
XYZ64.902676.699289.2256
Yxy76.69920.28120.3323
Hunter Lab87.5781-20.97840.8993
CIE-Lab90.1830-17.3895-4.0831

#b8edea color RGB value is (184,237,234).

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

The process color (four color CMYK) of #b8edea color hex is 0.22, 0.00, 0.01, 0.07. Web safe color of #b8edea is #ccffff. Color #b8edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101101 11101010
Octal 270 355 352
Decimal 184 237 234
Hex B8 ED EA

RGB Percentages of Color #b8edea

%28.09
%36.18
%35.73

CMYK Percentages of Color #b8edea

%22
%0
%1
%7

Triadic Colors of #b8edea

#b8edea #eab8ed #edeab8

Analogous Colors of #b8edea

#b8edea #b8d6ed #b8edd0

Monochromatic Colors of #b8edea

#b8edea

Complementary Color

#b8edea #edb8bb

#b8edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8edea Color CSS Codes

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

#b8edea Text Font Color

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

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


#b8edea Background Color

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

This div background color is #b8edea


#b8edea Border Color

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

This div border color is #b8edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8edea


Comments

No comments written yet.

Please login to write comment.