Color Hex Logo

#ce9984 Color Hex

#CE9984
(206,153,132)
0 Favorites   0 Comments

Color spaces of #ce9984

RGB 206153132
HSL0.050.430.66
HSV17°36°81°
CMYK 0.000.260.36   0.19
XYZ41.009737.570226.9201
Yxy37.57020.38870.3561
Hunter Lab61.294512.161716.8665
CIE-Lab67.702617.033718.7884

#ce9984 color RGB value is (206,153,132).

#ce9984 hex color red value is 206, green value is 153 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ce9984 hue: 0.05 , saturation: 0.43 and the lightness value of ce9984 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 10000100
Octal 316 231 204
Decimal 206 153 132
Hex CE 99 84

RGB Percentages of Color #ce9984

%41.96
%31.16
%26.88

CMYK Percentages of Color #ce9984

%0
%26
%36
%19

Triadic Colors of #ce9984

#ce9984 #84ce99 #9984ce

Analogous Colors of #ce9984

#ce9984 #cebe84 #ce8494

Monochromatic Colors of #ce9984

#ce9984

Complementary Color

#ce9984 #84b9ce

#ce9984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9984 Color CSS Codes

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

#ce9984 Text Font Color

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

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


#ce9984 Background Color

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

This div background color is #ce9984


#ce9984 Border Color

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

This div border color is #ce9984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9984


Comments

No comments written yet.

Please login to write comment.