Color Hex Logo

#b8efde Color Hex

#B8EFDE
(184,239,222)
0 Favorites   0 Comments

Color spaces of #b8efde

RGB 184239222
HSL0.450.630.83
HSV161°23°94°
CMYK 0.230.000.07   0.06
XYZ63.818577.197380.6442
Yxy77.19730.28790.3483
Hunter Lab87.8620-24.10517.0840
CIE-Lab90.4123-20.84342.5158

#b8efde color RGB value is (184,239,222).

#b8efde hex color red value is 184, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b8efde hue: 0.45 , saturation: 0.63 and the lightness value of b8efde is 0.83.

The process color (four color CMYK) of #b8efde color hex is 0.23, 0.00, 0.07, 0.06. Web safe color of #b8efde is #ccffcc. Color #b8efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101111 11011110
Octal 270 357 336
Decimal 184 239 222
Hex B8 EF DE

RGB Percentages of Color #b8efde

%28.53
%37.05
%34.42

CMYK Percentages of Color #b8efde

%23
%0
%7
%6

Triadic Colors of #b8efde

#b8efde #deb8ef #efdeb8

Analogous Colors of #b8efde

#b8efde #b8e5ef #b8efc3

Monochromatic Colors of #b8efde

#b8efde

Complementary Color

#b8efde #efb8c9

#b8efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8efde Color CSS Codes

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

#b8efde Text Font Color

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

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


#b8efde Background Color

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

This div background color is #b8efde


#b8efde Border Color

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

This div border color is #b8efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8efde


Comments

No comments written yet.

Please login to write comment.