Color Hex Logo

#c6caee Color Hex

#C6CAEE
(198,202,238)
0 Favorites   0 Comments

Color spaces of #c6caee

RGB 198202238
HSL0.650.540.85
HSV234°17°93°
CMYK 0.170.150.00   0.07
XYZ59.841860.419989.3971
Yxy60.41990.28540.2882
Hunter Lab77.73021.3930-13.7779
CIE-Lab82.06595.8429-18.1979

#c6caee color RGB value is (198,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11101110
Octal 306 312 356
Decimal 198 202 238
Hex C6 CA EE

RGB Percentages of Color #c6caee

%31.03
%31.66
%37.30

CMYK Percentages of Color #c6caee

%17
%15
%0
%7

Triadic Colors of #c6caee

#c6caee #eec6ca #caeec6

Analogous Colors of #c6caee

#c6caee #d6c6ee #c6deee

Monochromatic Colors of #c6caee

#c6caee

Complementary Color

#c6caee #eeeac6

#c6caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6caee Color CSS Codes

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

#c6caee Text Font Color

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

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


#c6caee Background Color

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

This div background color is #c6caee


#c6caee Border Color

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

This div border color is #c6caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6caee

#c6caee Color Palettes


Comments

No comments written yet.

Please login to write comment.