Color Hex Logo

#c6d2ed Color Hex

#C6D2ED
(198,210,237)
0 Favorites   0 Comments

Color spaces of #c6d2ed

RGB 198210237
HSL0.620.520.85
HSV222°16°93°
CMYK 0.160.110.00   0.07
XYZ61.621464.213489.2674
Yxy64.21340.28650.2985
Hunter Lab80.1333-2.9691-9.9550
CIE-Lab84.07681.3820-14.6403

#c6d2ed color RGB value is (198,210,237).

#c6d2ed hex color red value is 198, green value is 210 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c6d2ed hue: 0.62 , saturation: 0.52 and the lightness value of c6d2ed is 0.85.

The process color (four color CMYK) of #c6d2ed color hex is 0.16, 0.11, 0.00, 0.07. Web safe color of #c6d2ed is #ccccff. Color #c6d2ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11010010 11101101
Octal 306 322 355
Decimal 198 210 237
Hex C6 D2 ED

RGB Percentages of Color #c6d2ed

%30.70
%32.56
%36.74

CMYK Percentages of Color #c6d2ed

%16
%11
%0
%7

Triadic Colors of #c6d2ed

#c6d2ed #edc6d2 #d2edc6

Analogous Colors of #c6d2ed

#c6d2ed #cec6ed #c6e6ed

Monochromatic Colors of #c6d2ed

#c6d2ed

Complementary Color

#c6d2ed #ede1c6

#c6d2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6d2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6d2ed Color CSS Codes

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

#c6d2ed Text Font Color

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

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


#c6d2ed Background Color

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

This div background color is #c6d2ed


#c6d2ed Border Color

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

This div border color is #c6d2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d2ed

#c6d2ed Color Palettes


Comments

No comments written yet.

Please login to write comment.