Color Hex Logo

#ce995e Color Hex

#CE995E
(206,153,94)
0 Favorites   0 Comments

Color spaces of #ce995e

RGB 20615394
HSL0.090.530.59
HSV32°54°81°
CMYK 0.000.260.54   0.19
XYZ38.865236.712415.6275
Yxy36.71240.42610.4025
Hunter Lab60.59088.462827.1215
CIE-Lab67.060713.096738.4937

#ce995e color RGB value is (206,153,94).

#ce995e hex color red value is 206, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ce995e hue: 0.09 , saturation: 0.53 and the lightness value of ce995e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 01011110
Octal 316 231 136
Decimal 206 153 94
Hex CE 99 5E

RGB Percentages of Color #ce995e

%45.47
%33.77
%20.75

CMYK Percentages of Color #ce995e

%0
%26
%54
%19

Triadic Colors of #ce995e

#ce995e #5ece99 #995ece

Analogous Colors of #ce995e

#ce995e #cbce5e #ce615e

Monochromatic Colors of #ce995e

#ce995e

Complementary Color

#ce995e #5e93ce

#ce995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce995e Color CSS Codes

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

#ce995e Text Font Color

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

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


#ce995e Background Color

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

This div background color is #ce995e


#ce995e Border Color

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

This div border color is #ce995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce995e


Comments

No comments written yet.

Please login to write comment.