Color Hex Logo

#c4dffb Color Hex

#C4DFFB
(196,223,251)
0 Favorites   0 Comments

Color spaces of #c4dffb

RGB 196223251
HSL0.580.870.88
HSV211°22°98°
CMYK 0.220.110.00   0.02
XYZ66.565271.4761101.5547
Yxy71.47610.27780.2983
Hunter Lab84.5435-7.4095-12.0394
CIE-Lab87.7158-3.0270-16.5881

#c4dffb color RGB value is (196,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011111 11111011
Octal 304 337 373
Decimal 196 223 251
Hex C4 DF FB

RGB Percentages of Color #c4dffb

%29.25
%33.28
%37.46

CMYK Percentages of Color #c4dffb

%22
%11
%0
%2

Triadic Colors of #c4dffb

#c4dffb #fbc4df #dffbc4

Analogous Colors of #c4dffb

#c4dffb #c5c4fb #c4fbfb

Monochromatic Colors of #c4dffb

#c4dffb

Complementary Color

#c4dffb #fbe0c4

#c4dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dffb Color CSS Codes

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

#c4dffb Text Font Color

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

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


#c4dffb Background Color

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

This div background color is #c4dffb


#c4dffb Border Color

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

This div border color is #c4dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dffb

Related Colors


Comments

No comments written yet.

Please login to write comment.