Color Hex Logo

#c8fdde Color Hex

#C8FDDE
(200,253,222)
0 Favorites   0 Comments

Color spaces of #c8fdde

RGB 200253222
HSL0.400.930.89
HSV145°21°99°
CMYK 0.210.000.12   0.01
XYZ72.129587.803882.2535
Yxy87.80380.29780.3625
Hunter Lab93.7037-26.579013.5476
CIE-Lab95.0783-22.71919.3647

#c8fdde color RGB value is (200,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111101 11011110
Octal 310 375 336
Decimal 200 253 222
Hex C8 FD DE

RGB Percentages of Color #c8fdde

%29.63
%37.48
%32.89

CMYK Percentages of Color #c8fdde

%21
%0
%12
%1

Triadic Colors of #c8fdde

#c8fdde #dec8fd #fddec8

Analogous Colors of #c8fdde

#c8fdde #c8fdf9 #cdfdc8

Monochromatic Colors of #c8fdde

#c8fdde

Complementary Color

#c8fdde #fdc8e7

#c8fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fdde Color CSS Codes

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

#c8fdde Text Font Color

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

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


#c8fdde Background Color

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

This div background color is #c8fdde


#c8fdde Border Color

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

This div border color is #c8fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fdde


Comments

No comments written yet.

Please login to write comment.