Color Hex Logo

#ce96ae Color Hex

#CE96AE
(206,150,174)
0 Favorites   0 Comments

Color spaces of #ce96ae

RGB 206150174
HSL0.930.360.70
HSV334°27°81°
CMYK 0.000.270.16   0.19
XYZ43.999937.990545.0582
Yxy37.99050.34630.2990
Hunter Lab61.636419.5606-0.1974
CIE-Lab68.013624.6616-4.1884

#ce96ae color RGB value is (206,150,174).

#ce96ae hex color red value is 206, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ce96ae hue: 0.93 , saturation: 0.36 and the lightness value of ce96ae is 0.70.

The process color (four color CMYK) of #ce96ae color hex is 0.00, 0.27, 0.16, 0.19. Web safe color of #ce96ae is #cc9999. Color #ce96ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 10101110
Octal 316 226 256
Decimal 206 150 174
Hex CE 96 AE

RGB Percentages of Color #ce96ae

%38.87
%28.30
%32.83

CMYK Percentages of Color #ce96ae

%0
%27
%16
%19

Triadic Colors of #ce96ae

#ce96ae #aece96 #96aece

Analogous Colors of #ce96ae

#ce96ae #ce9a96 #ce96ca

Monochromatic Colors of #ce96ae

#ce96ae

Complementary Color

#ce96ae #96ceb6

#ce96ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce96ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce96ae Color CSS Codes

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

#ce96ae Text Font Color

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

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


#ce96ae Background Color

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

This div background color is #ce96ae


#ce96ae Border Color

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

This div border color is #ce96ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce96ae


Comments

No comments written yet.

Please login to write comment.