Color Hex Logo

#ce99ad Color Hex

#CE99AD
(206,153,173)
0 Favorites   0 Comments

Color spaces of #ce99ad

RGB 206153173
HSL0.940.350.70
HSV337°26°81°
CMYK 0.000.260.16   0.19
XYZ44.387738.921444.7083
Yxy38.92140.34670.3040
Hunter Lab62.387017.82361.1820
CIE-Lab68.694322.8607-2.6280

#ce99ad color RGB value is (206,153,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 10101101
Octal 316 231 255
Decimal 206 153 173
Hex CE 99 AD

RGB Percentages of Color #ce99ad

%38.72
%28.76
%32.52

CMYK Percentages of Color #ce99ad

%0
%26
%16
%19

Triadic Colors of #ce99ad

#ce99ad #adce99 #99adce

Analogous Colors of #ce99ad

#ce99ad #cea099 #ce99c8

Monochromatic Colors of #ce99ad

#ce99ad

Complementary Color

#ce99ad #99ceba

#ce99ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce99ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce99ad Color CSS Codes

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

#ce99ad Text Font Color

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

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


#ce99ad Background Color

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

This div background color is #ce99ad


#ce99ad Border Color

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

This div border color is #ce99ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce99ad


Comments

No comments written yet.

Please login to write comment.