Color Hex Logo

#c5dfff Color Hex

#C5DFFF
(197,223,255)
0 Favorites   0 Comments

Color spaces of #c5dfff

RGB 197223255
HSL0.591.000.89
HSV213°23°100°
CMYK 0.230.130.00   0.00
XYZ67.463671.8657104.9235
Yxy71.86570.27620.2942
Hunter Lab84.7736-6.3020-14.0411
CIE-Lab87.9039-1.8492-18.4010

#c5dfff color RGB value is (197,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11111111
Octal 305 337 377
Decimal 197 223 255
Hex C5 DF FF

RGB Percentages of Color #c5dfff

%29.19
%33.04
%37.78

CMYK Percentages of Color #c5dfff

%23
%13
%0
%0

Triadic Colors of #c5dfff

#c5dfff #ffc5df #dfffc5

Analogous Colors of #c5dfff

#c5dfff #c8c5ff #c5fcff

Monochromatic Colors of #c5dfff

#c5dfff

Complementary Color

#c5dfff #ffe5c5

#c5dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfff Color CSS Codes

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

#c5dfff Text Font Color

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

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


#c5dfff Background Color

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

This div background color is #c5dfff


#c5dfff Border Color

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

This div border color is #c5dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfff

Related Colors

#c5dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.