Color Hex Logo

#ce822d Color Hex

#CE822D
(206,130,45)
0 Favorites   0 Comments

Color spaces of #ce822d

RGB 20613045
HSL0.090.640.49
HSV32°78°81°
CMYK 0.000.370.78   0.19
XYZ33.909929.27656.3463
Yxy29.27650.48770.4210
Hunter Lab54.107817.179230.9213
CIE-Lab61.024922.618555.2572

#ce822d color RGB value is (206,130,45).

#ce822d hex color red value is 206, green value is 130 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ce822d hue: 0.09 , saturation: 0.64 and the lightness value of ce822d is 0.49.

The process color (four color CMYK) of #ce822d color hex is 0.00, 0.37, 0.78, 0.19. Web safe color of #ce822d is #cc9933. Color #ce822d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 00101101
Octal 316 202 55
Decimal 206 130 45
Hex CE 82 2D

RGB Percentages of Color #ce822d

%54.07
%34.12
%11.81

CMYK Percentages of Color #ce822d

%0
%37
%78
%19

Triadic Colors of #ce822d

#ce822d #2dce82 #822dce

Analogous Colors of #ce822d

#ce822d #cace2d #ce322d

Monochromatic Colors of #ce822d

#ce822d

Complementary Color

#ce822d #2d79ce

#ce822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce822d Color CSS Codes

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

#ce822d Text Font Color

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

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


#ce822d Background Color

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

This div background color is #ce822d


#ce822d Border Color

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

This div border color is #ce822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce822d


Comments

No comments written yet.

Please login to write comment.