Color Hex Logo

#ce954f Color Hex

#CE954F
(206,149,79)
0 Favorites   0 Comments

Color spaces of #ce954f

RGB 20614979
HSL0.090.560.56
HSV33°62°81°
CMYK 0.000.280.62   0.19
XYZ37.612335.181212.2054
Yxy35.18120.44250.4139
Hunter Lab59.31379.392229.3191
CIE-Lab65.889514.113544.7554

#ce954f color RGB value is (206,149,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 01001111
Octal 316 225 117
Decimal 206 149 79
Hex CE 95 4F

RGB Percentages of Color #ce954f

%47.47
%34.33
%18.20

CMYK Percentages of Color #ce954f

%0
%28
%62
%19

Triadic Colors of #ce954f

#ce954f #4fce95 #954fce

Analogous Colors of #ce954f

#ce954f #c8ce4f #ce564f

Monochromatic Colors of #ce954f

#ce954f

Complementary Color

#ce954f #4f88ce

#ce954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce954f Color CSS Codes

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

#ce954f Text Font Color

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

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


#ce954f Background Color

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

This div background color is #ce954f


#ce954f Border Color

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

This div border color is #ce954f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,149,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 #ce954f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce954f


Comments

No comments written yet.

Please login to write comment.