Color Hex Logo

#c5deff Color Hex

#C5DEFF
(197,222,255)
1 Favorites   0 Comments

Color spaces of #c5deff

RGB 197222255
HSL0.591.000.89
HSV214°23°100°
CMYK 0.230.130.00   0.00
XYZ67.197271.3329104.8347
Yxy71.33290.27610.2931
Hunter Lab84.4588-5.7846-14.4727
CIE-Lab87.6465-1.3275-18.7891

#c5deff color RGB value is (197,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 11111111
Octal 305 336 377
Decimal 197 222 255
Hex C5 DE FF

RGB Percentages of Color #c5deff

%29.23
%32.94
%37.83

CMYK Percentages of Color #c5deff

%23
%13
%0
%0

Triadic Colors of #c5deff

#c5deff #ffc5de #deffc5

Analogous Colors of #c5deff

#c5deff #c9c5ff #c5fbff

Monochromatic Colors of #c5deff

#c5deff

Complementary Color

#c5deff #ffe6c5

#c5deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5deff Color CSS Codes

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

#c5deff Text Font Color

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

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


#c5deff Background Color

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

This div background color is #c5deff


#c5deff Border Color

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

This div border color is #c5deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5deff

Related Colors

#c5deff Color Palettes


Comments

No comments written yet.

Please login to write comment.