Color Hex Logo

#8bf5dd Color Hex

#8BF5DD
(139,245,221)
0 Favorites   0 Comments

Color spaces of #8bf5dd

RGB 139245221
HSL0.460.840.75
HSV166°43°96°
CMYK 0.430.000.10   0.04
XYZ56.351076.014280.1088
Yxy76.01420.26520.3578
Hunter Lab87.1861-37.20586.5531
CIE-Lab89.8659-36.27831.9750

#8bf5dd color RGB value is (139,245,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11110101 11011101
Octal 213 365 335
Decimal 139 245 221
Hex 8B F5 DD

RGB Percentages of Color #8bf5dd

%22.98
%40.50
%36.53

CMYK Percentages of Color #8bf5dd

%43
%0
%10
%4

Triadic Colors of #8bf5dd

#8bf5dd #dd8bf5 #f5dd8b

Analogous Colors of #8bf5dd

#8bf5dd #8bd8f5 #8bf5a8

Monochromatic Colors of #8bf5dd

#8bf5dd

Complementary Color

#8bf5dd #f58ba3

#8bf5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bf5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bf5dd Color CSS Codes

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

#8bf5dd Text Font Color

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

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


#8bf5dd Background Color

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

This div background color is #8bf5dd


#8bf5dd Border Color

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

This div border color is #8bf5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bf5dd


Comments

No comments written yet.

Please login to write comment.