Color Hex Logo

#c6deee Color Hex

#C6DEEE
(198,222,238)
0 Favorites   0 Comments

Color spaces of #c6deee

RGB 198222238
HSL0.570.540.85
HSV204°17°93°
CMYK 0.170.070.00   0.07
XYZ64.842670.421491.0640
Yxy70.42140.28650.3111
Hunter Lab83.9175-8.9295-5.5970
CIE-Lab87.2031-4.6810-10.4974

#c6deee color RGB value is (198,222,238).

#c6deee hex color red value is 198, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c6deee hue: 0.57 , saturation: 0.54 and the lightness value of c6deee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011110 11101110
Octal 306 336 356
Decimal 198 222 238
Hex C6 DE EE

RGB Percentages of Color #c6deee

%30.09
%33.74
%36.17

CMYK Percentages of Color #c6deee

%17
%7
%0
%7

Triadic Colors of #c6deee

#c6deee #eec6de #deeec6

Analogous Colors of #c6deee

#c6deee #c6caee #c6eeea

Monochromatic Colors of #c6deee

#c6deee

Complementary Color

#c6deee #eed6c6

#c6deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6deee Color CSS Codes

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

#c6deee Text Font Color

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

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


#c6deee Background Color

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

This div background color is #c6deee


#c6deee Border Color

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

This div border color is #c6deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6deee


Comments

No comments written yet.

Please login to write comment.