Color Hex Logo

#ce983f Color Hex

#CE983F
(206,152,63)
0 Favorites   0 Comments

Color spaces of #ce983f

RGB 20615263
HSL0.100.590.53
HSV37°69°81°
CMYK 0.000.260.69   0.19
XYZ37.579035.93729.6586
Yxy35.93720.45180.4321
Hunter Lab59.94766.986832.4107
CIE-Lab66.471911.494752.9964

#ce983f color RGB value is (206,152,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 00111111
Octal 316 230 77
Decimal 206 152 63
Hex CE 98 3F

RGB Percentages of Color #ce983f

%48.93
%36.10
%14.96

CMYK Percentages of Color #ce983f

%0
%26
%69
%19

Triadic Colors of #ce983f

#ce983f #3fce98 #983fce

Analogous Colors of #ce983f

#ce983f #bdce3f #ce513f

Monochromatic Colors of #ce983f

#ce983f

Complementary Color

#ce983f #3f75ce

#ce983f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce983f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce983f Color CSS Codes

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

#ce983f Text Font Color

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

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


#ce983f Background Color

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

This div background color is #ce983f


#ce983f Border Color

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

This div border color is #ce983f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce983f


Comments

No comments written yet.

Please login to write comment.