Color Hex Logo

#c4dbed Color Hex

#C4DBED
(196,219,237)
0 Favorites   0 Comments

Color spaces of #c4dbed

RGB 196219237
HSL0.570.530.85
HSV206°17°93°
CMYK 0.170.080.00   0.07
XYZ63.382568.513290.0045
Yxy68.51320.28560.3088
Hunter Lab82.7727-8.1674-6.5292
CIE-Lab86.2624-3.9551-11.3857

#c4dbed color RGB value is (196,219,237).

#c4dbed hex color red value is 196, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c4dbed hue: 0.57 , saturation: 0.53 and the lightness value of c4dbed is 0.85.

The process color (four color CMYK) of #c4dbed color hex is 0.17, 0.08, 0.00, 0.07. Web safe color of #c4dbed is #ccccff. Color #c4dbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 11101101
Octal 304 333 355
Decimal 196 219 237
Hex C4 DB ED

RGB Percentages of Color #c4dbed

%30.06
%33.59
%36.35

CMYK Percentages of Color #c4dbed

%17
%8
%0
%7

Triadic Colors of #c4dbed

#c4dbed #edc4db #dbedc4

Analogous Colors of #c4dbed

#c4dbed #c4c7ed #c4edeb

Monochromatic Colors of #c4dbed

#c4dbed

Complementary Color

#c4dbed #edd6c4

#c4dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbed Color CSS Codes

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

#c4dbed Text Font Color

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

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


#c4dbed Background Color

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

This div background color is #c4dbed


#c4dbed Border Color

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

This div border color is #c4dbed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,219,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbed


Comments

No comments written yet.

Please login to write comment.