Color Hex Logo

#8bf6dc Color Hex

#8BF6DC
(139,246,220)
0 Favorites   0 Comments

Color spaces of #8bf6dc

RGB 139246220
HSL0.460.860.75
HSV165°43°96°
CMYK 0.430.000.11   0.04
XYZ56.521576.567879.5102
Yxy76.56780.26590.3602
Hunter Lab87.5030-37.83047.3779
CIE-Lab90.1223-36.96012.8679

#8bf6dc color RGB value is (139,246,220).

#8bf6dc hex color red value is 139, green value is 246 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8bf6dc hue: 0.46 , saturation: 0.86 and the lightness value of 8bf6dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11110110 11011100
Octal 213 366 334
Decimal 139 246 220
Hex 8B F6 DC

RGB Percentages of Color #8bf6dc

%22.98
%40.66
%36.36

CMYK Percentages of Color #8bf6dc

%43
%0
%11
%4

Triadic Colors of #8bf6dc

#8bf6dc #dc8bf6 #f6dc8b

Analogous Colors of #8bf6dc

#8bf6dc #8bdbf6 #8bf6a7

Monochromatic Colors of #8bf6dc

#8bf6dc

Complementary Color

#8bf6dc #f68ba5

#8bf6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bf6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bf6dc Color CSS Codes

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

#8bf6dc Text Font Color

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

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


#8bf6dc Background Color

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

This div background color is #8bf6dc


#8bf6dc Border Color

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

This div border color is #8bf6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bf6dc


Comments

No comments written yet.

Please login to write comment.