Color Hex Logo

#8cedef Color Hex

#8CEDEF
(140,237,239)
0 Favorites   0 Comments

Color spaces of #8cedef

RGB 140237239
HSL0.500.760.74
HSV181°41°94°
CMYK 0.410.010.00   0.06
XYZ56.679472.375892.6440
Yxy72.37580.25570.3265
Hunter Lab85.0740-29.9562-5.0140
CIE-Lab88.1492-28.0640-9.9499

#8cedef color RGB value is (140,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101101 11101111
Octal 214 355 357
Decimal 140 237 239
Hex 8C ED EF

RGB Percentages of Color #8cedef

%22.73
%38.47
%38.80

CMYK Percentages of Color #8cedef

%41
%1
%0
%6

Triadic Colors of #8cedef

#8cedef #ef8ced #edef8c

Analogous Colors of #8cedef

#8cedef #8cbcef #8cefc0

Monochromatic Colors of #8cedef

#8cedef

Complementary Color

#8cedef #ef8e8c

#8cedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cedef Color CSS Codes

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

#8cedef Text Font Color

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

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


#8cedef Background Color

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

This div background color is #8cedef


#8cedef Border Color

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

This div border color is #8cedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cedef


Comments

No comments written yet.

Please login to write comment.