Color Hex Logo

#c5faed Color Hex

#C5FAED
(197,250,237)
0 Favorites   0 Comments

Color spaces of #c5faed

RGB 197250237
HSL0.460.840.88
HSV165°21°98°
CMYK 0.210.000.05   0.02
XYZ72.497686.356092.9681
Yxy86.35600.28790.3429
Hunter Lab92.9279-23.36735.7339
CIE-Lab94.4644-19.29850.7177

#c5faed color RGB value is (197,250,237).

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

The process color (four color CMYK) of #c5faed color hex is 0.21, 0.00, 0.05, 0.02. Web safe color of #c5faed is #ccffff. Color #c5faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111010 11101101
Octal 305 372 355
Decimal 197 250 237
Hex C5 FA ED

RGB Percentages of Color #c5faed

%28.80
%36.55
%34.65

CMYK Percentages of Color #c5faed

%21
%0
%5
%2

Triadic Colors of #c5faed

#c5faed #edc5fa #faedc5

Analogous Colors of #c5faed

#c5faed #c5edfa #c5fad3

Monochromatic Colors of #c5faed

#c5faed

Complementary Color

#c5faed #fac5d2

#c5faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5faed Color CSS Codes

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

#c5faed Text Font Color

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

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


#c5faed Background Color

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

This div background color is #c5faed


#c5faed Border Color

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

This div border color is #c5faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5faed

Related Colors


Comments

No comments written yet.

Please login to write comment.