Color Hex Logo

#ce9abc Color Hex

#CE9ABC
(206,154,188)
0 Favorites   0 Comments

Color spaces of #ce9abc

RGB 206154188
HSL0.890.350.71
HSV321°25°81°
CMYK 0.000.250.09   0.19
XYZ46.086339.863952.8424
Yxy39.86390.33210.2872
Hunter Lab63.137919.8015-5.4255
CIE-Lab69.372524.8239-9.9765

#ce9abc color RGB value is (206,154,188).

#ce9abc hex color red value is 206, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ce9abc hue: 0.89 , saturation: 0.35 and the lightness value of ce9abc is 0.71.

The process color (four color CMYK) of #ce9abc color hex is 0.00, 0.25, 0.09, 0.19. Web safe color of #ce9abc is #cc99cc. Color #ce9abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 10111100
Octal 316 232 274
Decimal 206 154 188
Hex CE 9A BC

RGB Percentages of Color #ce9abc

%37.59
%28.10
%34.31

CMYK Percentages of Color #ce9abc

%0
%25
%9
%19

Triadic Colors of #ce9abc

#ce9abc #bcce9a #9abcce

Analogous Colors of #ce9abc

#ce9abc #ce9aa2 #c69ace

Monochromatic Colors of #ce9abc

#ce9abc

Complementary Color

#ce9abc #9aceac

#ce9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9abc Color CSS Codes

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

#ce9abc Text Font Color

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

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


#ce9abc Background Color

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

This div background color is #ce9abc


#ce9abc Border Color

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

This div border color is #ce9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9abc


Comments

No comments written yet.

Please login to write comment.