Color Hex Logo

#8ceced Color Hex

#8CECED
(140,236,237)
0 Favorites   0 Comments

Color spaces of #8ceced

RGB 140236237
HSL0.500.730.74
HSV181°41°93°
CMYK 0.410.000.00   0.07
XYZ56.096771.680890.9999
Yxy71.68080.25640.3276
Hunter Lab84.6645-29.8930-4.4615
CIE-Lab87.8147-28.0696-9.3987

#8ceced color RGB value is (140,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101100 11101101
Octal 214 354 355
Decimal 140 236 237
Hex 8C EC ED

RGB Percentages of Color #8ceced

%22.84
%38.50
%38.66

CMYK Percentages of Color #8ceced

%41
%0
%0
%7

Triadic Colors of #8ceced

#8ceced #ed8cec #eced8c

Analogous Colors of #8ceced

#8ceced #8cbced #8cedbe

Monochromatic Colors of #8ceced

#8ceced

Complementary Color

#8ceced #ed8d8c

#8ceced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceced Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceced Color CSS Codes

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

#8ceced Text Font Color

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

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


#8ceced Background Color

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

This div background color is #8ceced


#8ceced Border Color

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

This div border color is #8ceced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceced


Comments

No comments written yet.

Please login to write comment.