Color Hex Logo

#8cdadf Color Hex

#8CDADF
(140,218,223)
0 Favorites   0 Comments

Color spaces of #8cdadf

RGB 140218223
HSL0.510.560.71
HSV184°37°87°
CMYK 0.370.020.00   0.13
XYZ49.205961.046079.0017
Yxy61.04600.26000.3226
Hunter Lab78.1319-24.3152-5.2577
CIE-Lab82.4035-22.6738-10.0557

#8cdadf color RGB value is (140,218,223).

#8cdadf hex color red value is 140, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8cdadf hue: 0.51 , saturation: 0.56 and the lightness value of 8cdadf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011010 11011111
Octal 214 332 337
Decimal 140 218 223
Hex 8C DA DF

RGB Percentages of Color #8cdadf

%24.10
%37.52
%38.38

CMYK Percentages of Color #8cdadf

%37
%2
%0
%13

Triadic Colors of #8cdadf

#8cdadf #df8cda #dadf8c

Analogous Colors of #8cdadf

#8cdadf #8cb1df #8cdfbb

Monochromatic Colors of #8cdadf

#8cdadf

Complementary Color

#8cdadf #df918c

#8cdadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdadf Color CSS Codes

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

#8cdadf Text Font Color

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

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


#8cdadf Background Color

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

This div background color is #8cdadf


#8cdadf Border Color

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

This div border color is #8cdadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdadf


Comments

No comments written yet.

Please login to write comment.