Color Hex Logo

#c6cedd Color Hex

#C6CEDD
(198,206,221)
0 Favorites   0 Comments

Color spaces of #c6cedd

RGB 198206221
HSL0.610.250.82
HSV219°10°87°
CMYK 0.100.070.00   0.13
XYZ58.411261.368877.1734
Yxy61.36880.29660.3116
Hunter Lab78.3382-3.9973-3.5716
CIE-Lab82.57660.1990-8.3600

#c6cedd color RGB value is (198,206,221).

#c6cedd hex color red value is 198, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6cedd hue: 0.61 , saturation: 0.25 and the lightness value of c6cedd is 0.82.

The process color (four color CMYK) of #c6cedd color hex is 0.10, 0.07, 0.00, 0.13. Web safe color of #c6cedd is #cccccc. Color #c6cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001110 11011101
Octal 306 316 335
Decimal 198 206 221
Hex C6 CE DD

RGB Percentages of Color #c6cedd

%31.68
%32.96
%35.36

CMYK Percentages of Color #c6cedd

%10
%7
%0
%13

Triadic Colors of #c6cedd

#c6cedd #ddc6ce #ceddc6

Analogous Colors of #c6cedd

#c6cedd #cac6dd #c6dadd

Monochromatic Colors of #c6cedd

#c6cedd

Complementary Color

#c6cedd #ddd5c6

#c6cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cedd Color CSS Codes

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

#c6cedd Text Font Color

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

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


#c6cedd Background Color

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

This div background color is #c6cedd


#c6cedd Border Color

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

This div border color is #c6cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cedd


Comments

No comments written yet.

Please login to write comment.