Color Hex Logo

#ce99ab Color Hex

#CE99AB
(206,153,171)
0 Favorites   0 Comments

Color spaces of #ce99ab

RGB 206153171
HSL0.940.350.70
HSV340°26°81°
CMYK 0.000.260.17   0.19
XYZ44.195538.844643.6965
Yxy38.84460.34870.3065
Hunter Lab62.325417.50642.0595
CIE-Lab68.638522.5403-1.5942

#ce99ab color RGB value is (206,153,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 10101011
Octal 316 231 253
Decimal 206 153 171
Hex CE 99 AB

RGB Percentages of Color #ce99ab

%38.87
%28.87
%32.26

CMYK Percentages of Color #ce99ab

%0
%26
%17
%19

Triadic Colors of #ce99ab

#ce99ab #abce99 #99abce

Analogous Colors of #ce99ab

#ce99ab #cea299 #ce99c6

Monochromatic Colors of #ce99ab

#ce99ab

Complementary Color

#ce99ab #99cebc

#ce99ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce99ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce99ab Color CSS Codes

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

#ce99ab Text Font Color

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

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


#ce99ab Background Color

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

This div background color is #ce99ab


#ce99ab Border Color

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

This div border color is #ce99ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce99ab


Comments

No comments written yet.

Please login to write comment.