Color Hex Logo

#c5fded Color Hex

#C5FDED
(197,253,237)
0 Favorites   0 Comments

Color spaces of #c5fded

RGB 197253237
HSL0.450.930.88
HSV163°22°99°
CMYK 0.220.000.06   0.01
XYZ73.437388.235393.2813
Yxy88.23530.28800.3461
Hunter Lab93.9336-24.83266.8753
CIE-Lab95.2599-20.76231.8765

#c5fded color RGB value is (197,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111101 11101101
Octal 305 375 355
Decimal 197 253 237
Hex C5 FD ED

RGB Percentages of Color #c5fded

%28.68
%36.83
%34.50

CMYK Percentages of Color #c5fded

%22
%0
%6
%1

Triadic Colors of #c5fded

#c5fded #edc5fd #fdedc5

Analogous Colors of #c5fded

#c5fded #c5f1fd #c5fdd1

Monochromatic Colors of #c5fded

#c5fded

Complementary Color

#c5fded #fdc5d5

#c5fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fded Color CSS Codes

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

#c5fded Text Font Color

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

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


#c5fded Background Color

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

This div background color is #c5fded


#c5fded Border Color

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

This div border color is #c5fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fded


Comments

No comments written yet.

Please login to write comment.