Color Hex Logo

#ce985d Color Hex

#CE985D
(206,152,93)
0 Favorites   0 Comments

Color spaces of #ce985d

RGB 20615293
HSL0.090.540.59
HSV31°55°81°
CMYK 0.000.260.55   0.19
XYZ38.657636.368615.3383
Yxy36.36860.42780.4025
Hunter Lab60.30648.885927.1347
CIE-Lab66.800613.555938.6952

#ce985d color RGB value is (206,152,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 01011101
Octal 316 230 135
Decimal 206 152 93
Hex CE 98 5D

RGB Percentages of Color #ce985d

%45.68
%33.70
%20.62

CMYK Percentages of Color #ce985d

%0
%26
%55
%19

Triadic Colors of #ce985d

#ce985d #5dce98 #985dce

Analogous Colors of #ce985d

#ce985d #ccce5d #ce605d

Monochromatic Colors of #ce985d

#ce985d

Complementary Color

#ce985d #5d93ce

#ce985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce985d Color CSS Codes

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

#ce985d Text Font Color

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

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


#ce985d Background Color

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

This div background color is #ce985d


#ce985d Border Color

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

This div border color is #ce985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce985d


Comments

No comments written yet.

Please login to write comment.