Color Hex Logo

#c7caec Color Hex

#C7CAEC
(199,202,236)
0 Favorites   0 Comments

Color spaces of #c7caec

RGB 199202236
HSL0.650.490.85
HSV235°16°93°
CMYK 0.160.140.00   0.07
XYZ59.814060.439387.8703
Yxy60.43930.28740.2904
Hunter Lab77.74271.2853-12.5938
CIE-Lab82.07645.7313-17.1075

#c7caec color RGB value is (199,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001010 11101100
Octal 307 312 354
Decimal 199 202 236
Hex C7 CA EC

RGB Percentages of Color #c7caec

%31.24
%31.71
%37.05

CMYK Percentages of Color #c7caec

%16
%14
%0
%7

Triadic Colors of #c7caec

#c7caec #ecc7ca #caecc7

Analogous Colors of #c7caec

#c7caec #d7c7ec #c7ddec

Monochromatic Colors of #c7caec

#c7caec

Complementary Color

#c7caec #ece9c7

#c7caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7caec Color CSS Codes

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

#c7caec Text Font Color

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

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


#c7caec Background Color

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

This div background color is #c7caec


#c7caec Border Color

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

This div border color is #c7caec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,202,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7caec


Comments

No comments written yet.

Please login to write comment.