Color Hex Logo

#8cdcef Color Hex

#8CDCEF
(140,220,239)
0 Favorites   0 Comments

Color spaces of #8cdcef

RGB 140220239
HSL0.530.760.74
HSV192°41°94°
CMYK 0.410.080.00   0.06
XYZ51.988462.993891.0803
Yxy62.99380.25230.3057
Hunter Lab79.3686-21.9732-12.4808
CIE-Lab83.4391-19.7085-16.9983

#8cdcef color RGB value is (140,220,239).

#8cdcef hex color red value is 140, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8cdcef hue: 0.53 , saturation: 0.76 and the lightness value of 8cdcef is 0.74.

The process color (four color CMYK) of #8cdcef color hex is 0.41, 0.08, 0.00, 0.06. Web safe color of #8cdcef is #99ccff. Color #8cdcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 11101111
Octal 214 334 357
Decimal 140 220 239
Hex 8C DC EF

RGB Percentages of Color #8cdcef

%23.37
%36.73
%39.90

CMYK Percentages of Color #8cdcef

%41
%8
%0
%6

Triadic Colors of #8cdcef

#8cdcef #ef8cdc #dcef8c

Analogous Colors of #8cdcef

#8cdcef #8cabef #8cefd1

Monochromatic Colors of #8cdcef

#8cdcef

Complementary Color

#8cdcef #ef9f8c

#8cdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdcef Color CSS Codes

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

#8cdcef Text Font Color

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

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


#8cdcef Background Color

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

This div background color is #8cdcef


#8cdcef Border Color

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

This div border color is #8cdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdcef


Comments

No comments written yet.

Please login to write comment.