Color Hex Logo

#c5dffb Color Hex

#C5DFFB
(197,223,251)
0 Favorites   0 Comments

Color spaces of #c5dffb

RGB 197223251
HSL0.590.870.88
HSV211°22°98°
CMYK 0.220.110.00   0.02
XYZ66.826271.6107101.5669
Yxy71.61070.27840.2984
Hunter Lab84.6231-7.1304-11.9253
CIE-Lab87.7809-2.7279-16.4837

#c5dffb color RGB value is (197,223,251).

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

The process color (four color CMYK) of #c5dffb color hex is 0.22, 0.11, 0.00, 0.02. Web safe color of #c5dffb is #ccccff. Color #c5dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11111011
Octal 305 337 373
Decimal 197 223 251
Hex C5 DF FB

RGB Percentages of Color #c5dffb

%29.36
%33.23
%37.41

CMYK Percentages of Color #c5dffb

%22
%11
%0
%2

Triadic Colors of #c5dffb

#c5dffb #fbc5df #dffbc5

Analogous Colors of #c5dffb

#c5dffb #c6c5fb #c5fafb

Monochromatic Colors of #c5dffb

#c5dffb

Complementary Color

#c5dffb #fbe1c5

#c5dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dffb Color CSS Codes

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

#c5dffb Text Font Color

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

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


#c5dffb Background Color

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

This div background color is #c5dffb


#c5dffb Border Color

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

This div border color is #c5dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dffb

Related Colors


Comments

No comments written yet.

Please login to write comment.