Color Hex Logo

#c1aece Color Hex

#C1AECE
(193,174,206)
0 Favorites   0 Comments

Color spaces of #c1aece

RGB 193174206
HSL0.770.250.75
HSV276°16°81°
CMYK 0.060.160.00   0.19
XYZ48.268946.065864.7401
Yxy46.06580.30340.2896
Hunter Lab67.87188.1696-9.0440
CIE-Lab73.588212.7583-13.7150

#c1aece color RGB value is (193,174,206).

#c1aece hex color red value is 193, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c1aece hue: 0.77 , saturation: 0.25 and the lightness value of c1aece is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 11001110
Octal 301 256 316
Decimal 193 174 206
Hex C1 AE CE

RGB Percentages of Color #c1aece

%33.68
%30.37
%35.95

CMYK Percentages of Color #c1aece

%6
%16
%0
%19

Triadic Colors of #c1aece

#c1aece #cec1ae #aecec1

Analogous Colors of #c1aece

#c1aece #ceaecb #b1aece

Monochromatic Colors of #c1aece

#c1aece

Complementary Color

#c1aece #bbceae

#c1aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aece Color CSS Codes

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

#c1aece Text Font Color

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

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


#c1aece Background Color

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

This div background color is #c1aece


#c1aece Border Color

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

This div border color is #c1aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aece


Comments

No comments written yet.

Please login to write comment.