Color Hex Logo

#c2caf7 Color Hex

#C2CAF7
(194,202,247)
0 Favorites   0 Comments

Color spaces of #c2caf7

RGB 194202247
HSL0.640.770.86
HSV231°21°97°
CMYK 0.210.180.00   0.03
XYZ60.157260.425896.4884
Yxy60.42580.27710.2784
Hunter Lab77.73402.1039-19.1807
CIE-Lab82.06916.5807-23.0187

#c2caf7 color RGB value is (194,202,247).

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

The process color (four color CMYK) of #c2caf7 color hex is 0.21, 0.18, 0.00, 0.03. Web safe color of #c2caf7 is #ccccff. Color #c2caf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 11110111
Octal 302 312 367
Decimal 194 202 247
Hex C2 CA F7

RGB Percentages of Color #c2caf7

%30.17
%31.42
%38.41

CMYK Percentages of Color #c2caf7

%21
%18
%0
%3

Triadic Colors of #c2caf7

#c2caf7 #f7c2ca #caf7c2

Analogous Colors of #c2caf7

#c2caf7 #d5c2f7 #c2e5f7

Monochromatic Colors of #c2caf7

#c2caf7

Complementary Color

#c2caf7 #f7efc2

#c2caf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2caf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2caf7 Color CSS Codes

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

#c2caf7 Text Font Color

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

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


#c2caf7 Background Color

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

This div background color is #c2caf7


#c2caf7 Border Color

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

This div border color is #c2caf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2caf7


Comments

No comments written yet.

Please login to write comment.