Color Hex Logo

#8be7df Color Hex

#8BE7DF
(139,231,223)
0 Favorites   0 Comments

Color spaces of #8be7df

RGB 139231223
HSL0.490.660.73
HSV175°40°91°
CMYK 0.400.000.03   0.09
XYZ52.542767.968580.1620
Yxy67.96850.26180.3387
Hunter Lab82.4430-30.51340.0605
CIE-Lab85.9907-29.2586-4.7464

#8be7df color RGB value is (139,231,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100111 11011111
Octal 213 347 337
Decimal 139 231 223
Hex 8B E7 DF

RGB Percentages of Color #8be7df

%23.44
%38.95
%37.61

CMYK Percentages of Color #8be7df

%40
%0
%3
%9

Triadic Colors of #8be7df

#8be7df #df8be7 #e7df8b

Analogous Colors of #8be7df

#8be7df #8bc1e7 #8be7b1

Monochromatic Colors of #8be7df

#8be7df

Complementary Color

#8be7df #e78b93

#8be7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be7df Color CSS Codes

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

#8be7df Text Font Color

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

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


#8be7df Background Color

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

This div background color is #8be7df


#8be7df Border Color

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

This div border color is #8be7df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,231,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 #8be7df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be7df


Comments

No comments written yet.

Please login to write comment.