Color Hex Logo

#c6ddef Color Hex

#C6DDEF
(198,221,239)
0 Favorites   0 Comments

Color spaces of #c6ddef

RGB 198221239
HSL0.570.560.86
HSV206°17°94°
CMYK 0.170.080.00   0.06
XYZ64.725169.950791.7518
Yxy69.95070.28590.3089
Hunter Lab83.6365-8.2254-6.4973
CIE-Lab86.9727-3.9537-11.3679

#c6ddef color RGB value is (198,221,239).

#c6ddef hex color red value is 198, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c6ddef hue: 0.57 , saturation: 0.56 and the lightness value of c6ddef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011101 11101111
Octal 306 335 357
Decimal 198 221 239
Hex C6 DD EF

RGB Percentages of Color #c6ddef

%30.09
%33.59
%36.32

CMYK Percentages of Color #c6ddef

%17
%8
%0
%6

Triadic Colors of #c6ddef

#c6ddef #efc6dd #ddefc6

Analogous Colors of #c6ddef

#c6ddef #c6c9ef #c6efed

Monochromatic Colors of #c6ddef

#c6ddef

Complementary Color

#c6ddef #efd8c6

#c6ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ddef Color CSS Codes

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

#c6ddef Text Font Color

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

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


#c6ddef Background Color

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

This div background color is #c6ddef


#c6ddef Border Color

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

This div border color is #c6ddef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,221,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6ddef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6ddef;
  -webkit-box-shadow: 1px 1px 3px 2px #c6ddef;
  box-shadow:         1px 1px 3px 2px #c6ddef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,221,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ddef


Comments

No comments written yet.

Please login to write comment.