Color Hex Logo

#8bdfdb Color Hex

#8BDFDB
(139,223,219)
0 Favorites   0 Comments

Color spaces of #8bdfdb

RGB 139223219
HSL0.490.570.71
HSV177°38°87°
CMYK 0.380.000.02   0.13
XYZ49.821363.378876.6253
Yxy63.37880.26250.3339
Hunter Lab79.6108-27.6117-1.3390
CIE-Lab83.6413-26.3424-6.1012

#8bdfdb color RGB value is (139,223,219).

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

The process color (four color CMYK) of #8bdfdb color hex is 0.38, 0.00, 0.02, 0.13. Web safe color of #8bdfdb is #99cccc. Color #8bdfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011111 11011011
Octal 213 337 333
Decimal 139 223 219
Hex 8B DF DB

RGB Percentages of Color #8bdfdb

%23.92
%38.38
%37.69

CMYK Percentages of Color #8bdfdb

%38
%0
%2
%13

Triadic Colors of #8bdfdb

#8bdfdb #db8bdf #dfdb8b

Analogous Colors of #8bdfdb

#8bdfdb #8bb9df #8bdfb1

Monochromatic Colors of #8bdfdb

#8bdfdb

Complementary Color

#8bdfdb #df8b8f

#8bdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdfdb Color CSS Codes

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

#8bdfdb Text Font Color

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

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


#8bdfdb Background Color

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

This div background color is #8bdfdb


#8bdfdb Border Color

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

This div border color is #8bdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdfdb


Comments

No comments written yet.

Please login to write comment.