Color Hex Logo

#c8eedd Color Hex

#C8EEDD
(200,238,221)
0 Favorites   0 Comments

Color spaces of #c8eedd

RGB 200238221
HSL0.430.530.86
HSV153°16°93°
CMYK 0.160.000.07   0.07
XYZ67.445178.648980.0326
Yxy78.64890.29830.3478
Hunter Lab88.6842-19.44668.5730
CIE-Lab91.0752-15.55934.1172

#c8eedd color RGB value is (200,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101110 11011101
Octal 310 356 335
Decimal 200 238 221
Hex C8 EE DD

RGB Percentages of Color #c8eedd

%30.35
%36.12
%33.54

CMYK Percentages of Color #c8eedd

%16
%0
%7
%7

Triadic Colors of #c8eedd

#c8eedd #ddc8ee #eeddc8

Analogous Colors of #c8eedd

#c8eedd #c8ecee #c8eeca

Monochromatic Colors of #c8eedd

#c8eedd

Complementary Color

#c8eedd #eec8d9

#c8eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8eedd Color CSS Codes

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

#c8eedd Text Font Color

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

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


#c8eedd Background Color

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

This div background color is #c8eedd


#c8eedd Border Color

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

This div border color is #c8eedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,238,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 #c8eedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8eedd


Comments

No comments written yet.

Please login to write comment.