Color Hex Logo

#c5ddfd Color Hex

#C5DDFD
(197,221,253)
0 Favorites   0 Comments

Color spaces of #c5ddfd

RGB 197221253
HSL0.600.930.88
HSV214°22°99°
CMYK 0.220.130.00   0.01
XYZ66.612070.6751103.0593
Yxy70.67510.27710.2941
Hunter Lab84.0685-5.6847-13.8355
CIE-Lab87.3269-1.2468-18.2189

#c5ddfd color RGB value is (197,221,253).

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

The process color (four color CMYK) of #c5ddfd color hex is 0.22, 0.13, 0.00, 0.01. Web safe color of #c5ddfd is #ccccff. Color #c5ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011101 11111101
Octal 305 335 375
Decimal 197 221 253
Hex C5 DD FD

RGB Percentages of Color #c5ddfd

%29.36
%32.94
%37.70

CMYK Percentages of Color #c5ddfd

%22
%13
%0
%1

Triadic Colors of #c5ddfd

#c5ddfd #fdc5dd #ddfdc5

Analogous Colors of #c5ddfd

#c5ddfd #c9c5fd #c5f9fd

Monochromatic Colors of #c5ddfd

#c5ddfd

Complementary Color

#c5ddfd #fde5c5

#c5ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ddfd Color CSS Codes

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

#c5ddfd Text Font Color

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

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


#c5ddfd Background Color

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

This div background color is #c5ddfd


#c5ddfd Border Color

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

This div border color is #c5ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ddfd


Comments

No comments written yet.

Please login to write comment.