Color Hex Logo

#8bf9dd Color Hex

#8BF9DD
(139,249,221)
0 Favorites   0 Comments

Color spaces of #8bf9dd

RGB 139249221
HSL0.460.900.76
HSV165°44°98°
CMYK 0.440.000.11   0.02
XYZ57.574378.460880.5166
Yxy78.46080.26590.3623
Hunter Lab88.5781-38.98968.1107
CIE-Lab90.9898-38.10463.6068

#8bf9dd color RGB value is (139,249,221).

#8bf9dd hex color red value is 139, green value is 249 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8bf9dd hue: 0.46 , saturation: 0.90 and the lightness value of 8bf9dd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11111001 11011101
Octal 213 371 335
Decimal 139 249 221
Hex 8B F9 DD

RGB Percentages of Color #8bf9dd

%22.82
%40.89
%36.29

CMYK Percentages of Color #8bf9dd

%44
%0
%11
%2

Triadic Colors of #8bf9dd

#8bf9dd #dd8bf9 #f9dd8b

Analogous Colors of #8bf9dd

#8bf9dd #8bdef9 #8bf9a6

Monochromatic Colors of #8bf9dd

#8bf9dd

Complementary Color

#8bf9dd #f98ba7

#8bf9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bf9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bf9dd Color CSS Codes

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

#8bf9dd Text Font Color

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

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


#8bf9dd Background Color

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

This div background color is #8bf9dd


#8bf9dd Border Color

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

This div border color is #8bf9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bf9dd


Comments

No comments written yet.

Please login to write comment.