Color Hex Logo

#ce814f Color Hex

#CE814F
(206,129,79)
0 Favorites   0 Comments

Color spaces of #ce814f

RGB 20612979
HSL0.070.560.56
HSV24°62°81°
CMYK 0.000.370.62   0.19
XYZ34.715129.386811.2397
Yxy29.38680.46080.3900
Hunter Lab54.209619.442225.6537
CIE-Lab61.121524.987039.1482

#ce814f color RGB value is (206,129,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 01001111
Octal 316 201 117
Decimal 206 129 79
Hex CE 81 4F

RGB Percentages of Color #ce814f

%49.76
%31.16
%19.08

CMYK Percentages of Color #ce814f

%0
%37
%62
%19

Triadic Colors of #ce814f

#ce814f #4fce81 #814fce

Analogous Colors of #ce814f

#ce814f #cec14f #ce4f5d

Monochromatic Colors of #ce814f

#ce814f

Complementary Color

#ce814f #4f9cce

#ce814f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce814f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce814f Color CSS Codes

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

#ce814f Text Font Color

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

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


#ce814f Background Color

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

This div background color is #ce814f


#ce814f Border Color

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

This div border color is #ce814f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce814f


Comments

No comments written yet.

Please login to write comment.