Color Hex Logo

#c5dbfd Color Hex

#C5DBFD
(197,219,253)
0 Favorites   0 Comments

Color spaces of #c5dbfd

RGB 197219253
HSL0.600.930.88
HSV216°22°99°
CMYK 0.220.130.00   0.01
XYZ66.087169.6252102.8844
Yxy69.62520.27700.2918
Hunter Lab83.4417-4.6483-14.6959
CIE-Lab86.8127-0.2000-18.9943

#c5dbfd color RGB value is (197,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011011 11111101
Octal 305 333 375
Decimal 197 219 253
Hex C5 DB FD

RGB Percentages of Color #c5dbfd

%29.45
%32.74
%37.82

CMYK Percentages of Color #c5dbfd

%22
%13
%0
%1

Triadic Colors of #c5dbfd

#c5dbfd #fdc5db #dbfdc5

Analogous Colors of #c5dbfd

#c5dbfd #cbc5fd #c5f7fd

Monochromatic Colors of #c5dbfd

#c5dbfd

Complementary Color

#c5dbfd #fde7c5

#c5dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dbfd Color CSS Codes

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

#c5dbfd Text Font Color

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

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


#c5dbfd Background Color

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

This div background color is #c5dbfd


#c5dbfd Border Color

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

This div border color is #c5dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dbfd


Comments

No comments written yet.

Please login to write comment.