Color Hex Logo

#ce999f Color Hex

#CE999F
(206,153,159)
0 Favorites   0 Comments

Color spaces of #ce999f

RGB 206153159
HSL0.980.350.70
HSV353°26°81°
CMYK 0.000.260.23   0.19
XYZ43.102838.407537.9425
Yxy38.40750.36080.3215
Hunter Lab61.973815.69277.0823
CIE-Lab68.319920.69474.6388

#ce999f color RGB value is (206,153,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 10011111
Octal 316 231 237
Decimal 206 153 159
Hex CE 99 9F

RGB Percentages of Color #ce999f

%39.77
%29.54
%30.69

CMYK Percentages of Color #ce999f

%0
%26
%23
%19

Triadic Colors of #ce999f

#ce999f #9fce99 #999fce

Analogous Colors of #ce999f

#ce999f #ceae99 #ce99ba

Monochromatic Colors of #ce999f

#ce999f

Complementary Color

#ce999f #99cec8

#ce999f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce999f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce999f Color CSS Codes

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

#ce999f Text Font Color

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

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


#ce999f Background Color

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

This div background color is #ce999f


#ce999f Border Color

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

This div border color is #ce999f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce999f


Comments

No comments written yet.

Please login to write comment.