Color Hex Logo

#c5accf Color Hex

#C5ACCF
(197,172,207)
0 Favorites   0 Comments

Color spaces of #c5accf

RGB 197172207
HSL0.790.270.74
HSV283°17°81°
CMYK 0.050.170.00   0.19
XYZ49.041045.880465.3025
Yxy45.88040.30610.2864
Hunter Lab67.735110.6998-9.7462
CIE-Lab73.467915.3928-14.4081

#c5accf color RGB value is (197,172,207).

#c5accf hex color red value is 197, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c5accf hue: 0.79 , saturation: 0.27 and the lightness value of c5accf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101100 11001111
Octal 305 254 317
Decimal 197 172 207
Hex C5 AC CF

RGB Percentages of Color #c5accf

%34.20
%29.86
%35.94

CMYK Percentages of Color #c5accf

%5
%17
%0
%19

Triadic Colors of #c5accf

#c5accf #cfc5ac #accfc5

Analogous Colors of #c5accf

#c5accf #cfacc8 #b4accf

Monochromatic Colors of #c5accf

#c5accf

Complementary Color

#c5accf #b6cfac

#c5accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5accf Color CSS Codes

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

#c5accf Text Font Color

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

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


#c5accf Background Color

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

This div background color is #c5accf


#c5accf Border Color

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

This div border color is #c5accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5accf


Comments

No comments written yet.

Please login to write comment.