Color Hex Logo

#c5aecf Color Hex

#C5AECF
(197,174,207)
0 Favorites   0 Comments

Color spaces of #c5aecf

RGB 197174207
HSL0.780.260.75
HSV282°16°81°
CMYK 0.050.160.00   0.19
XYZ49.424546.647465.4304
Yxy46.64740.30600.2888
Hunter Lab68.29899.6484-8.9906
CIE-Lab73.963714.2983-13.6633

#c5aecf color RGB value is (197,174,207).

#c5aecf hex color red value is 197, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c5aecf hue: 0.78 , saturation: 0.26 and the lightness value of c5aecf is 0.75.

The process color (four color CMYK) of #c5aecf color hex is 0.05, 0.16, 0.00, 0.19. Web safe color of #c5aecf is #cc99cc. Color #c5aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101110 11001111
Octal 305 256 317
Decimal 197 174 207
Hex C5 AE CF

RGB Percentages of Color #c5aecf

%34.08
%30.10
%35.81

CMYK Percentages of Color #c5aecf

%5
%16
%0
%19

Triadic Colors of #c5aecf

#c5aecf #cfc5ae #aecfc5

Analogous Colors of #c5aecf

#c5aecf #cfaec9 #b5aecf

Monochromatic Colors of #c5aecf

#c5aecf

Complementary Color

#c5aecf #b8cfae

#c5aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aecf Color CSS Codes

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

#c5aecf Text Font Color

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

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


#c5aecf Background Color

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

This div background color is #c5aecf


#c5aecf Border Color

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

This div border color is #c5aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aecf


Comments

No comments written yet.

Please login to write comment.