Color Hex Logo

#c5dffa Color Hex

#C5DFFA
(197,223,250)
0 Favorites   0 Comments

Color spaces of #c5dffa

RGB 197223250
HSL0.580.840.88
HSV211°21°98°
CMYK 0.210.110.00   0.02
XYZ66.669071.5478100.7388
Yxy71.54780.27900.2994
Hunter Lab84.5859-7.3351-11.4021
CIE-Lab87.7505-2.9458-16.0036

#c5dffa color RGB value is (197,223,250).

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

The process color (four color CMYK) of #c5dffa color hex is 0.21, 0.11, 0.00, 0.02. Web safe color of #c5dffa is #ccccff. Color #c5dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11111010
Octal 305 337 372
Decimal 197 223 250
Hex C5 DF FA

RGB Percentages of Color #c5dffa

%29.40
%33.28
%37.31

CMYK Percentages of Color #c5dffa

%21
%11
%0
%2

Triadic Colors of #c5dffa

#c5dffa #fac5df #dffac5

Analogous Colors of #c5dffa

#c5dffa #c6c5fa #c5fafa

Monochromatic Colors of #c5dffa

#c5dffa

Complementary Color

#c5dffa #fae0c5

#c5dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dffa Color CSS Codes

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

#c5dffa Text Font Color

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

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


#c5dffa Background Color

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

This div background color is #c5dffa


#c5dffa Border Color

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

This div border color is #c5dffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,223,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dffa


Comments

No comments written yet.

Please login to write comment.