Color Hex Logo

#ce969e Color Hex

#CE969E
(206,150,158)
0 Favorites   0 Comments

Color spaces of #ce969e

RGB 206150158
HSL0.980.360.70
HSV351°27°81°
CMYK 0.000.270.23   0.19
XYZ42.531537.403137.3256
Yxy37.40310.36270.3190
Hunter Lab61.158117.10866.6252
CIE-Lab67.578422.18624.1272

#ce969e color RGB value is (206,150,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 10011110
Octal 316 226 236
Decimal 206 150 158
Hex CE 96 9E

RGB Percentages of Color #ce969e

%40.08
%29.18
%30.74

CMYK Percentages of Color #ce969e

%0
%27
%23
%19

Triadic Colors of #ce969e

#ce969e #9ece96 #969ece

Analogous Colors of #ce969e

#ce969e #ceaa96 #ce96ba

Monochromatic Colors of #ce969e

#ce969e

Complementary Color

#ce969e #96cec6

#ce969e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce969e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce969e Color CSS Codes

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

#ce969e Text Font Color

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

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


#ce969e Background Color

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

This div background color is #ce969e


#ce969e Border Color

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

This div border color is #ce969e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce969e


Comments

No comments written yet.

Please login to write comment.