Color Hex Logo

#c7aef9 Color Hex

#C7AEF9
(199,174,249)
0 Favorites   0 Comments

Color spaces of #c7aef9

RGB 199174249
HSL0.720.860.83
HSV260°30°98°
CMYK 0.200.300.00   0.02
XYZ55.788149.253896.1891
Yxy49.25380.27720.2448
Hunter Lab70.181119.0758-32.1353
CIE-Lab75.608923.7709-33.9581

#c7aef9 color RGB value is (199,174,249).

#c7aef9 hex color red value is 199, green value is 174 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #c7aef9 hue: 0.72 , saturation: 0.86 and the lightness value of c7aef9 is 0.83.

The process color (four color CMYK) of #c7aef9 color hex is 0.20, 0.30, 0.00, 0.02. Web safe color of #c7aef9 is #cc99ff. Color #c7aef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101110 11111001
Octal 307 256 371
Decimal 199 174 249
Hex C7 AE F9

RGB Percentages of Color #c7aef9

%31.99
%27.97
%40.03

CMYK Percentages of Color #c7aef9

%20
%30
%0
%2

Triadic Colors of #c7aef9

#c7aef9 #f9c7ae #aef9c7

Analogous Colors of #c7aef9

#c7aef9 #edaef9 #aebbf9

Monochromatic Colors of #c7aef9

#c7aef9

Complementary Color

#c7aef9 #e0f9ae

#c7aef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aef9 Color CSS Codes

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

#c7aef9 Text Font Color

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

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


#c7aef9 Background Color

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

This div background color is #c7aef9


#c7aef9 Border Color

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

This div border color is #c7aef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aef9


Comments

No comments written yet.

Please login to write comment.