Color Hex Logo

#ce969a Color Hex

#CE969A
(206,150,154)
0 Favorites   0 Comments

Color spaces of #ce969a

RGB 206150154
HSL0.990.360.70
HSV356°27°81°
CMYK 0.000.270.25   0.19
XYZ42.192737.267635.5414
Yxy37.26760.36690.3241
Hunter Lab61.047216.53758.2147
CIE-Lab67.477321.60366.2198

#ce969a color RGB value is (206,150,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 10011010
Octal 316 226 232
Decimal 206 150 154
Hex CE 96 9A

RGB Percentages of Color #ce969a

%40.39
%29.41
%30.20

CMYK Percentages of Color #ce969a

%0
%27
%25
%19

Triadic Colors of #ce969a

#ce969a #9ace96 #969ace

Analogous Colors of #ce969a

#ce969a #ceae96 #ce96b6

Monochromatic Colors of #ce969a

#ce969a

Complementary Color

#ce969a #96ceca

#ce969a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce969a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce969a Color CSS Codes

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

#ce969a Text Font Color

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

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


#ce969a Background Color

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

This div background color is #ce969a


#ce969a Border Color

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

This div border color is #ce969a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce969a


Comments

No comments written yet.

Please login to write comment.