Color Hex Logo

#8cebd8 Color Hex

#8CEBD8
(140,235,216)
0 Favorites   0 Comments

Color spaces of #8cebd8

RGB 140235216
HSL0.470.700.74
HSV168°40°92°
CMYK 0.400.000.08   0.08
XYZ52.918269.950075.6784
Yxy69.95000.26650.3523
Hunter Lab83.6361-33.42284.8965
CIE-Lab86.9723-32.51450.3779

#8cebd8 color RGB value is (140,235,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11011000
Octal 214 353 330
Decimal 140 235 216
Hex 8C EB D8

RGB Percentages of Color #8cebd8

%23.69
%39.76
%36.55

CMYK Percentages of Color #8cebd8

%40
%0
%8
%8

Triadic Colors of #8cebd8

#8cebd8 #d88ceb #ebd88c

Analogous Colors of #8cebd8

#8cebd8 #8ccfeb #8ceba9

Monochromatic Colors of #8cebd8

#8cebd8

Complementary Color

#8cebd8 #eb8c9f

#8cebd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebd8 Color CSS Codes

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

#8cebd8 Text Font Color

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

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


#8cebd8 Background Color

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

This div background color is #8cebd8


#8cebd8 Border Color

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

This div border color is #8cebd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebd8


Comments

No comments written yet.

Please login to write comment.