Color Hex Logo

#8cebda Color Hex

#8CEBDA
(140,235,218)
0 Favorites   0 Comments

Color spaces of #8cebda

RGB 140235218
HSL0.470.700.74
HSV169°40°92°
CMYK 0.400.000.07   0.08
XYZ53.178470.054177.0487
Yxy70.05410.26550.3498
Hunter Lab83.6983-33.06074.0093
CIE-Lab87.0234-32.0615-0.5970

#8cebda color RGB value is (140,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11011010
Octal 214 353 332
Decimal 140 235 218
Hex 8C EB DA

RGB Percentages of Color #8cebda

%23.61
%39.63
%36.76

CMYK Percentages of Color #8cebda

%40
%0
%7
%8

Triadic Colors of #8cebda

#8cebda #da8ceb #ebda8c

Analogous Colors of #8cebda

#8cebda #8ccdeb #8cebab

Monochromatic Colors of #8cebda

#8cebda

Complementary Color

#8cebda #eb8c9d

#8cebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebda Color CSS Codes

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

#8cebda Text Font Color

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

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


#8cebda Background Color

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

This div background color is #8cebda


#8cebda Border Color

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

This div border color is #8cebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebda


Comments

No comments written yet.

Please login to write comment.