Color Hex Logo

#c5d1df Color Hex

#C5D1DF
(197,209,223)
0 Favorites   0 Comments

Color spaces of #c5d1df

RGB 197209223
HSL0.590.290.82
HSV212°12°87°
CMYK 0.120.060.00   0.13
XYZ59.145762.799078.8161
Yxy62.79900.29460.3128
Hunter Lab79.2458-5.4554-3.4964
CIE-Lab83.3365-1.3020-8.3062

#c5d1df color RGB value is (197,209,223).

#c5d1df hex color red value is 197, green value is 209 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c5d1df hue: 0.59 , saturation: 0.29 and the lightness value of c5d1df is 0.82.

The process color (four color CMYK) of #c5d1df color hex is 0.12, 0.06, 0.00, 0.13. Web safe color of #c5d1df is #cccccc. Color #c5d1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010001 11011111
Octal 305 321 337
Decimal 197 209 223
Hex C5 D1 DF

RGB Percentages of Color #c5d1df

%31.32
%33.23
%35.45

CMYK Percentages of Color #c5d1df

%12
%6
%0
%13

Triadic Colors of #c5d1df

#c5d1df #dfc5d1 #d1dfc5

Analogous Colors of #c5d1df

#c5d1df #c6c5df #c5dedf

Monochromatic Colors of #c5d1df

#c5d1df

Complementary Color

#c5d1df #dfd3c5

#c5d1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d1df Color CSS Codes

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

#c5d1df Text Font Color

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

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


#c5d1df Background Color

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

This div background color is #c5d1df


#c5d1df Border Color

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

This div border color is #c5d1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d1df


Comments

No comments written yet.

Please login to write comment.