Color Hex Logo

#ce983d Color Hex

#CE983D
(206,152,61)
0 Favorites   0 Comments

Color spaces of #ce983d

RGB 20615261
HSL0.100.600.52
HSV38°70°81°
CMYK 0.000.260.70   0.19
XYZ37.524135.91529.3695
Yxy35.91520.45310.4337
Hunter Lab59.92936.889732.6810
CIE-Lab66.455111.388553.8664

#ce983d color RGB value is (206,152,61).

#ce983d hex color red value is 206, green value is 152 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ce983d hue: 0.10 , saturation: 0.60 and the lightness value of ce983d is 0.52.

The process color (four color CMYK) of #ce983d color hex is 0.00, 0.26, 0.70, 0.19. Web safe color of #ce983d is #cc9933. Color #ce983d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 00111101
Octal 316 230 75
Decimal 206 152 61
Hex CE 98 3D

RGB Percentages of Color #ce983d

%49.16
%36.28
%14.56

CMYK Percentages of Color #ce983d

%0
%26
%70
%19

Triadic Colors of #ce983d

#ce983d #3dce98 #983dce

Analogous Colors of #ce983d

#ce983d #bcce3d #ce4f3d

Monochromatic Colors of #ce983d

#ce983d

Complementary Color

#ce983d #3d73ce

#ce983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce983d Color CSS Codes

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

#ce983d Text Font Color

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

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


#ce983d Background Color

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

This div background color is #ce983d


#ce983d Border Color

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

This div border color is #ce983d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce983d


Comments

No comments written yet.

Please login to write comment.