Color Hex Logo

#ce824e Color Hex

#CE824E
(206,130,78)
0 Favorites   0 Comments

Color spaces of #ce824e

RGB 20613078
HSL0.070.570.56
HSV24°62°81°
CMYK 0.000.370.62   0.19
XYZ34.811429.637111.0935
Yxy29.63710.46080.3923
Hunter Lab54.440018.871126.0262
CIE-Lab61.339824.376139.9332

#ce824e color RGB value is (206,130,78).

#ce824e hex color red value is 206, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce824e hue: 0.07 , saturation: 0.57 and the lightness value of ce824e is 0.56.

The process color (four color CMYK) of #ce824e color hex is 0.00, 0.37, 0.62, 0.19. Web safe color of #ce824e is #cc9966. Color #ce824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 01001110
Octal 316 202 116
Decimal 206 130 78
Hex CE 82 4E

RGB Percentages of Color #ce824e

%49.76
%31.40
%18.84

CMYK Percentages of Color #ce824e

%0
%37
%62
%19

Triadic Colors of #ce824e

#ce824e #4ece82 #824ece

Analogous Colors of #ce824e

#ce824e #cec24e #ce4e5a

Monochromatic Colors of #ce824e

#ce824e

Complementary Color

#ce824e #4e9ace

#ce824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce824e Color CSS Codes

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

#ce824e Text Font Color

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

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


#ce824e Background Color

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

This div background color is #ce824e


#ce824e Border Color

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

This div border color is #ce824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce824e


Comments

No comments written yet.

Please login to write comment.