Color Hex Logo

#c7caee Color Hex

#C7CAEE
(199,202,238)
0 Favorites   0 Comments

Color spaces of #c7caee

RGB 199202238
HSL0.650.530.86
HSV235°16°93°
CMYK 0.160.150.00   0.07
XYZ60.106360.556289.4095
Yxy60.55620.28610.2883
Hunter Lab77.81791.6916-13.6492
CIE-Lab82.13966.1557-18.0795

#c7caee color RGB value is (199,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001010 11101110
Octal 307 312 356
Decimal 199 202 238
Hex C7 CA EE

RGB Percentages of Color #c7caee

%31.14
%31.61
%37.25

CMYK Percentages of Color #c7caee

%16
%15
%0
%7

Triadic Colors of #c7caee

#c7caee #eec7ca #caeec7

Analogous Colors of #c7caee

#c7caee #d8c7ee #c7deee

Monochromatic Colors of #c7caee

#c7caee

Complementary Color

#c7caee #eeebc7

#c7caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7caee Color CSS Codes

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

#c7caee Text Font Color

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

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


#c7caee Background Color

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

This div background color is #c7caee


#c7caee Border Color

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

This div border color is #c7caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7caee


Comments

No comments written yet.

Please login to write comment.