Color Hex Logo

#c8fded Color Hex

#C8FDED
(200,253,237)
0 Favorites   0 Comments

Color spaces of #c8fded

RGB 200253237
HSL0.450.930.89
HSV162°21°99°
CMYK 0.210.000.06   0.01
XYZ74.230888.644393.3185
Yxy88.64430.28970.3460
Hunter Lab94.1511-24.03117.1401
CIE-Lab95.4316-19.85562.1472

#c8fded color RGB value is (200,253,237).

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

The process color (four color CMYK) of #c8fded color hex is 0.21, 0.00, 0.06, 0.01. Web safe color of #c8fded is #ccffff. Color #c8fded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111101 11101101
Octal 310 375 355
Decimal 200 253 237
Hex C8 FD ED

RGB Percentages of Color #c8fded

%28.99
%36.67
%34.35

CMYK Percentages of Color #c8fded

%21
%0
%6
%1

Triadic Colors of #c8fded

#c8fded #edc8fd #fdedc8

Analogous Colors of #c8fded

#c8fded #c8f3fd #c8fdd3

Monochromatic Colors of #c8fded

#c8fded

Complementary Color

#c8fded #fdc8d8

#c8fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fded Color CSS Codes

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

#c8fded Text Font Color

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

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


#c8fded Background Color

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

This div background color is #c8fded


#c8fded Border Color

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

This div border color is #c8fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fded

Related Colors


Comments

No comments written yet.

Please login to write comment.