Color Hex Logo

#ce833a Color Hex

#CE833A
(206,131,58)
0 Favorites   0 Comments

Color spaces of #ce833a

RGB 20613158
HSL0.080.600.52
HSV30°72°81°
CMYK 0.000.360.72   0.19
XYZ34.333629.65997.9183
Yxy29.65990.47740.4124
Hunter Lab54.460917.224629.5022
CIE-Lab61.359722.646449.8978

#ce833a color RGB value is (206,131,58).

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

The process color (four color CMYK) of #ce833a color hex is 0.00, 0.36, 0.72, 0.19. Web safe color of #ce833a is #cc9933. Color #ce833a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 00111010
Octal 316 203 72
Decimal 206 131 58
Hex CE 83 3A

RGB Percentages of Color #ce833a

%52.15
%33.16
%14.68

CMYK Percentages of Color #ce833a

%0
%36
%72
%19

Triadic Colors of #ce833a

#ce833a #3ace83 #833ace

Analogous Colors of #ce833a

#ce833a #cecd3a #ce3a3b

Monochromatic Colors of #ce833a

#ce833a

Complementary Color

#ce833a #3a85ce

#ce833a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce833a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce833a Color CSS Codes

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

#ce833a Text Font Color

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

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


#ce833a Background Color

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

This div background color is #ce833a


#ce833a Border Color

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

This div border color is #ce833a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce833a


Comments

No comments written yet.

Please login to write comment.