Color Hex Logo

#8cdfe0 Color Hex

#8CDFE0
(140,223,224)
0 Favorites   0 Comments

Color spaces of #8cdfe0

RGB 140223224
HSL0.500.580.71
HSV181°38°88°
CMYK 0.380.000.00   0.12
XYZ50.657463.732680.1527
Yxy63.73260.26040.3276
Hunter Lab79.8327-26.4410-3.6448
CIE-Lab83.8264-24.8974-8.4710

#8cdfe0 color RGB value is (140,223,224).

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

The process color (four color CMYK) of #8cdfe0 color hex is 0.38, 0.00, 0.00, 0.12. Web safe color of #8cdfe0 is #99cccc. Color #8cdfe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 11100000
Octal 214 337 340
Decimal 140 223 224
Hex 8C DF E0

RGB Percentages of Color #8cdfe0

%23.85
%37.99
%38.16

CMYK Percentages of Color #8cdfe0

%38
%0
%0
%12

Triadic Colors of #8cdfe0

#8cdfe0 #e08cdf #dfe08c

Analogous Colors of #8cdfe0

#8cdfe0 #8cb5e0 #8ce0b7

Monochromatic Colors of #8cdfe0

#8cdfe0

Complementary Color

#8cdfe0 #e08d8c

#8cdfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdfe0 Color CSS Codes

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

#8cdfe0 Text Font Color

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

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


#8cdfe0 Background Color

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

This div background color is #8cdfe0


#8cdfe0 Border Color

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

This div border color is #8cdfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdfe0


Comments

No comments written yet.

Please login to write comment.