Color Hex Logo

#ce983b Color Hex

#CE983B
(206,152,59)
0 Favorites   0 Comments

Color spaces of #ce983b

RGB 20615259
HSL0.110.600.52
HSV38°71°81°
CMYK 0.000.260.71   0.19
XYZ37.471335.89419.0910
Yxy35.89410.45440.4353
Hunter Lab59.91176.796032.9415
CIE-Lab66.438911.285954.7222

#ce983b color RGB value is (206,152,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 00111011
Octal 316 230 73
Decimal 206 152 59
Hex CE 98 3B

RGB Percentages of Color #ce983b

%49.40
%36.45
%14.15

CMYK Percentages of Color #ce983b

%0
%26
%71
%19

Triadic Colors of #ce983b

#ce983b #3bce98 #983bce

Analogous Colors of #ce983b

#ce983b #bbce3b #ce4f3b

Monochromatic Colors of #ce983b

#ce983b

Complementary Color

#ce983b #3b71ce

#ce983b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce983b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce983b Color CSS Codes

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

#ce983b Text Font Color

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

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


#ce983b Background Color

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

This div background color is #ce983b


#ce983b Border Color

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

This div border color is #ce983b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce983b


Comments

No comments written yet.

Please login to write comment.