Color Hex Logo

#c4fded Color Hex

#C4FDED
(196,253,237)
0 Favorites   0 Comments

Color spaces of #c4fded

RGB 196253237
HSL0.450.930.88
HSV163°23°99°
CMYK 0.230.000.06   0.01
XYZ73.176388.100793.2691
Yxy88.10070.28750.3461
Hunter Lab93.8620-25.09706.7879
CIE-Lab95.2033-21.06251.7872

#c4fded color RGB value is (196,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111101 11101101
Octal 304 375 355
Decimal 196 253 237
Hex C4 FD ED

RGB Percentages of Color #c4fded

%28.57
%36.88
%34.55

CMYK Percentages of Color #c4fded

%23
%0
%6
%1

Triadic Colors of #c4fded

#c4fded #edc4fd #fdedc4

Analogous Colors of #c4fded

#c4fded #c4f1fd #c4fdd1

Monochromatic Colors of #c4fded

#c4fded

Complementary Color

#c4fded #fdc4d4

#c4fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4fded Color CSS Codes

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

#c4fded Text Font Color

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

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


#c4fded Background Color

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

This div background color is #c4fded


#c4fded Border Color

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

This div border color is #c4fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4fded

Related Colors


Comments

No comments written yet.

Please login to write comment.