Color Hex Logo

#8be9df Color Hex

#8BE9DF
(139,233,223)
0 Favorites   0 Comments

Color spaces of #8be9df

RGB 139233223
HSL0.480.680.73
HSV174°40°91°
CMYK 0.400.000.04   0.09
XYZ53.105769.094580.3496
Yxy69.09450.26220.3411
Hunter Lab83.1231-31.42530.8745
CIE-Lab86.5508-30.2124-3.9214

#8be9df color RGB value is (139,233,223).

#8be9df hex color red value is 139, green value is 233 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8be9df hue: 0.48 , saturation: 0.68 and the lightness value of 8be9df is 0.73.

The process color (four color CMYK) of #8be9df color hex is 0.40, 0.00, 0.04, 0.09. Web safe color of #8be9df is #99ffcc. Color #8be9df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101001 11011111
Octal 213 351 337
Decimal 139 233 223
Hex 8B E9 DF

RGB Percentages of Color #8be9df

%23.36
%39.16
%37.48

CMYK Percentages of Color #8be9df

%40
%0
%4
%9

Triadic Colors of #8be9df

#8be9df #df8be9 #e9df8b

Analogous Colors of #8be9df

#8be9df #8bc4e9 #8be9b0

Monochromatic Colors of #8be9df

#8be9df

Complementary Color

#8be9df #e98b95

#8be9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be9df Color CSS Codes

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

#8be9df Text Font Color

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

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


#8be9df Background Color

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

This div background color is #8be9df


#8be9df Border Color

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

This div border color is #8be9df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,233,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8be9df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8be9df;
  -webkit-box-shadow: 1px 1px 3px 2px #8be9df;
  box-shadow:         1px 1px 3px 2px #8be9df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,233,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be9df


Comments

No comments written yet.

Please login to write comment.