Color Hex Logo

#ce988e Color Hex

#CE988E
(206,152,142)
0 Favorites   0 Comments

Color spaces of #ce988e

RGB 206152142
HSL0.030.400.68
HSV31°81°
CMYK 0.000.260.31   0.19
XYZ41.564337.531330.6448
Yxy37.53130.37880.3420
Hunter Lab61.262813.895113.2260
CIE-Lab67.673718.853813.1974

#ce988e color RGB value is (206,152,142).

#ce988e hex color red value is 206, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ce988e hue: 0.03 , saturation: 0.40 and the lightness value of ce988e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 10001110
Octal 316 230 216
Decimal 206 152 142
Hex CE 98 8E

RGB Percentages of Color #ce988e

%41.20
%30.40
%28.40

CMYK Percentages of Color #ce988e

%0
%26
%31
%19

Triadic Colors of #ce988e

#ce988e #8ece98 #988ece

Analogous Colors of #ce988e

#ce988e #ceb88e #ce8ea4

Monochromatic Colors of #ce988e

#ce988e

Complementary Color

#ce988e #8ec4ce

#ce988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce988e Color CSS Codes

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

#ce988e Text Font Color

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

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


#ce988e Background Color

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

This div background color is #ce988e


#ce988e Border Color

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

This div border color is #ce988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce988e


Comments

No comments written yet.

Please login to write comment.