Color Hex Logo

#c4dbfb Color Hex

#C4DBFB
(196,219,251)
0 Favorites   0 Comments

Color spaces of #c4dbfb

RGB 196219251
HSL0.600.870.88
HSV215°22°98°
CMYK 0.220.130.00   0.02
XYZ65.509169.3638101.2026
Yxy69.36380.27750.2938
Hunter Lab83.2849-5.3466-13.7460
CIE-Lab86.6839-0.9399-18.1412

#c4dbfb color RGB value is (196,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 11111011
Octal 304 333 373
Decimal 196 219 251
Hex C4 DB FB

RGB Percentages of Color #c4dbfb

%29.43
%32.88
%37.69

CMYK Percentages of Color #c4dbfb

%22
%13
%0
%2

Triadic Colors of #c4dbfb

#c4dbfb #fbc4db #dbfbc4

Analogous Colors of #c4dbfb

#c4dbfb #c9c4fb #c4f7fb

Monochromatic Colors of #c4dbfb

#c4dbfb

Complementary Color

#c4dbfb #fbe4c4

#c4dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbfb Color CSS Codes

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

#c4dbfb Text Font Color

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

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


#c4dbfb Background Color

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

This div background color is #c4dbfb


#c4dbfb Border Color

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

This div border color is #c4dbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbfb


Comments

No comments written yet.

Please login to write comment.