Color Hex Logo

#c8eedb Color Hex

#C8EEDB
(200,238,219)
0 Favorites   0 Comments

Color spaces of #c8eedb

RGB 200238219
HSL0.420.530.86
HSV150°16°93°
CMYK 0.160.000.08   0.07
XYZ67.180178.542978.6374
Yxy78.54290.29940.3501
Hunter Lab88.6244-19.78429.4285
CIE-Lab91.0271-15.93675.0893

#c8eedb color RGB value is (200,238,219).

#c8eedb hex color red value is 200, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c8eedb hue: 0.42 , saturation: 0.53 and the lightness value of c8eedb is 0.86.

The process color (four color CMYK) of #c8eedb color hex is 0.16, 0.00, 0.08, 0.07. Web safe color of #c8eedb is #ccffcc. Color #c8eedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101110 11011011
Octal 310 356 333
Decimal 200 238 219
Hex C8 EE DB

RGB Percentages of Color #c8eedb

%30.44
%36.23
%33.33

CMYK Percentages of Color #c8eedb

%16
%0
%8
%7

Triadic Colors of #c8eedb

#c8eedb #dbc8ee #eedbc8

Analogous Colors of #c8eedb

#c8eedb #c8eeee #c8eec8

Monochromatic Colors of #c8eedb

#c8eedb

Complementary Color

#c8eedb #eec8db

#c8eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8eedb Color CSS Codes

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

#c8eedb Text Font Color

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

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


#c8eedb Background Color

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

This div background color is #c8eedb


#c8eedb Border Color

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

This div border color is #c8eedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,238,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8eedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8eedb;
  -webkit-box-shadow: 1px 1px 3px 2px #c8eedb;
  box-shadow:         1px 1px 3px 2px #c8eedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,238,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8eedb


Comments

No comments written yet.

Please login to write comment.