Color Hex Logo

#8cebdd Color Hex

#8CEBDD
(140,235,221)
1 Favorites   0 Comments

Color spaces of #8cebdd

RGB 140235221
HSL0.480.700.74
HSV171°40°92°
CMYK 0.400.000.06   0.08
XYZ53.574770.212679.1353
Yxy70.21260.26400.3460
Hunter Lab83.7930-32.51012.6607
CIE-Lab87.1010-31.3753-2.0577

#8cebdd color RGB value is (140,235,221).

#8cebdd hex color red value is 140, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8cebdd hue: 0.48 , saturation: 0.70 and the lightness value of 8cebdd is 0.74.

The process color (four color CMYK) of #8cebdd color hex is 0.40, 0.00, 0.06, 0.08. Web safe color of #8cebdd is #99ffcc. Color #8cebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11011101
Octal 214 353 335
Decimal 140 235 221
Hex 8C EB DD

RGB Percentages of Color #8cebdd

%23.49
%39.43
%37.08

CMYK Percentages of Color #8cebdd

%40
%0
%6
%8

Triadic Colors of #8cebdd

#8cebdd #dd8ceb #ebdd8c

Analogous Colors of #8cebdd

#8cebdd #8ccaeb #8cebae

Monochromatic Colors of #8cebdd

#8cebdd

Complementary Color

#8cebdd #eb8c9a

#8cebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebdd Color CSS Codes

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

#8cebdd Text Font Color

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

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


#8cebdd Background Color

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

This div background color is #8cebdd


#8cebdd Border Color

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

This div border color is #8cebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebdd


Comments

No comments written yet.

Please login to write comment.