Color Hex Logo

#ce997d Color Hex

#CE997D
(206,153,125)
0 Favorites   0 Comments

Color spaces of #ce997d

RGB 206153125
HSL0.060.450.65
HSV21°39°81°
CMYK 0.000.260.39   0.19
XYZ40.546537.384924.4810
Yxy37.38490.39590.3650
Hunter Lab61.143211.369919.0612
CIE-Lab67.564816.200022.4625

#ce997d color RGB value is (206,153,125).

#ce997d hex color red value is 206, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ce997d hue: 0.06 , saturation: 0.45 and the lightness value of ce997d is 0.65.

The process color (four color CMYK) of #ce997d color hex is 0.00, 0.26, 0.39, 0.19. Web safe color of #ce997d is #cc9966. Color #ce997d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 01111101
Octal 316 231 175
Decimal 206 153 125
Hex CE 99 7D

RGB Percentages of Color #ce997d

%42.56
%31.61
%25.83

CMYK Percentages of Color #ce997d

%0
%26
%39
%19

Triadic Colors of #ce997d

#ce997d #7dce99 #997dce

Analogous Colors of #ce997d

#ce997d #cec27d #ce7d8a

Monochromatic Colors of #ce997d

#ce997d

Complementary Color

#ce997d #7db2ce

#ce997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce997d Color CSS Codes

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

#ce997d Text Font Color

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

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


#ce997d Background Color

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

This div background color is #ce997d


#ce997d Border Color

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

This div border color is #ce997d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce997d


Comments

No comments written yet.

Please login to write comment.