Color Hex Logo

#c8fddd Color Hex

#C8FDDD
(200,253,221)
0 Favorites   0 Comments

Color spaces of #c8fddd

RGB 200253221
HSL0.400.930.89
HSV144°21°99°
CMYK 0.210.000.13   0.01
XYZ71.995887.750481.5495
Yxy87.75040.29840.3637
Hunter Lab93.6752-26.742113.9574
CIE-Lab95.0557-22.90409.8470

#c8fddd color RGB value is (200,253,221).

#c8fddd hex color red value is 200, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c8fddd hue: 0.40 , saturation: 0.93 and the lightness value of c8fddd is 0.89.

The process color (four color CMYK) of #c8fddd color hex is 0.21, 0.00, 0.13, 0.01. Web safe color of #c8fddd is #ccffcc. Color #c8fddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111101 11011101
Octal 310 375 335
Decimal 200 253 221
Hex C8 FD DD

RGB Percentages of Color #c8fddd

%29.67
%37.54
%32.79

CMYK Percentages of Color #c8fddd

%21
%0
%13
%1

Triadic Colors of #c8fddd

#c8fddd #ddc8fd #fdddc8

Analogous Colors of #c8fddd

#c8fddd #c8fdf8 #cefdc8

Monochromatic Colors of #c8fddd

#c8fddd

Complementary Color

#c8fddd #fdc8e8

#c8fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fddd Color CSS Codes

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

#c8fddd Text Font Color

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

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


#c8fddd Background Color

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

This div background color is #c8fddd


#c8fddd Border Color

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

This div border color is #c8fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fddd

Related Colors


Comments

No comments written yet.

Please login to write comment.