Color Hex Logo

#8cebdf Color Hex

#8CEBDF
(140,235,223)
0 Favorites   0 Comments

Color spaces of #8cebdf

RGB 140235223
HSL0.480.700.74
HSV172°40°92°
CMYK 0.400.000.05   0.08
XYZ53.842870.319880.5473
Yxy70.31980.26300.3435
Hunter Lab83.8569-32.13841.7498
CIE-Lab87.1535-30.9135-3.0305

#8cebdf color RGB value is (140,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11011111
Octal 214 353 337
Decimal 140 235 223
Hex 8C EB DF

RGB Percentages of Color #8cebdf

%23.41
%39.30
%37.29

CMYK Percentages of Color #8cebdf

%40
%0
%5
%8

Triadic Colors of #8cebdf

#8cebdf #df8ceb #ebdf8c

Analogous Colors of #8cebdf

#8cebdf #8cc8eb #8cebb0

Monochromatic Colors of #8cebdf

#8cebdf

Complementary Color

#8cebdf #eb8c98

#8cebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebdf Color CSS Codes

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

#8cebdf Text Font Color

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

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


#8cebdf Background Color

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

This div background color is #8cebdf


#8cebdf Border Color

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

This div border color is #8cebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebdf


Comments

No comments written yet.

Please login to write comment.