Color Hex Logo

#c2caef Color Hex

#C2CAEF
(194,202,239)
0 Favorites   0 Comments

Color spaces of #c2caef

RGB 194202239
HSL0.640.580.85
HSV229°19°94°
CMYK 0.190.150.00   0.06
XYZ58.948759.942490.1245
Yxy59.94240.28200.2868
Hunter Lab77.42250.4188-14.8215
CIE-Lab81.80694.8168-19.1510

#c2caef color RGB value is (194,202,239).

#c2caef hex color red value is 194, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c2caef hue: 0.64 , saturation: 0.58 and the lightness value of c2caef is 0.85.

The process color (four color CMYK) of #c2caef color hex is 0.19, 0.15, 0.00, 0.06. Web safe color of #c2caef is #ccccff. Color #c2caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 11101111
Octal 302 312 357
Decimal 194 202 239
Hex C2 CA EF

RGB Percentages of Color #c2caef

%30.55
%31.81
%37.64

CMYK Percentages of Color #c2caef

%19
%15
%0
%6

Triadic Colors of #c2caef

#c2caef #efc2ca #caefc2

Analogous Colors of #c2caef

#c2caef #d1c2ef #c2e1ef

Monochromatic Colors of #c2caef

#c2caef

Complementary Color

#c2caef #efe7c2

#c2caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2caef Color CSS Codes

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

#c2caef Text Font Color

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

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


#c2caef Background Color

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

This div background color is #c2caef


#c2caef Border Color

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

This div border color is #c2caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2caef


Comments

No comments written yet.

Please login to write comment.