Color Hex Logo

#c8edda Color Hex

#C8EDDA
(200,237,218)
0 Favorites   0 Comments

Color spaces of #c8edda

RGB 200237218
HSL0.410.510.86
HSV149°16°93°
CMYK 0.160.000.08   0.07
XYZ66.758577.909777.8492
Yxy77.90970.30000.3501
Hunter Lab88.2665-19.46169.4940
CIE-Lab90.7387-15.62735.1936

#c8edda color RGB value is (200,237,218).

#c8edda hex color red value is 200, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c8edda hue: 0.41 , saturation: 0.51 and the lightness value of c8edda is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101101 11011010
Octal 310 355 332
Decimal 200 237 218
Hex C8 ED DA

RGB Percentages of Color #c8edda

%30.53
%36.18
%33.28

CMYK Percentages of Color #c8edda

%16
%0
%8
%7

Triadic Colors of #c8edda

#c8edda #dac8ed #eddac8

Analogous Colors of #c8edda

#c8edda #c8eded #c9edc8

Monochromatic Colors of #c8edda

#c8edda

Complementary Color

#c8edda #edc8db

#c8edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8edda Color CSS Codes

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

#c8edda Text Font Color

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

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


#c8edda Background Color

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

This div background color is #c8edda


#c8edda Border Color

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

This div border color is #c8edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8edda


Comments

No comments written yet.

Please login to write comment.