Color Hex Logo

#ce944f Color Hex

#CE944F
(206,148,79)
0 Favorites   0 Comments

Color spaces of #ce944f

RGB 20614879
HSL0.090.560.56
HSV33°62°81°
CMYK 0.000.280.62   0.19
XYZ37.454834.866112.1529
Yxy34.86610.44340.4127
Hunter Lab59.04759.892329.1305
CIE-Lab65.644314.657344.4711

#ce944f color RGB value is (206,148,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 01001111
Octal 316 224 117
Decimal 206 148 79
Hex CE 94 4F

RGB Percentages of Color #ce944f

%47.58
%34.18
%18.24

CMYK Percentages of Color #ce944f

%0
%28
%62
%19

Triadic Colors of #ce944f

#ce944f #4fce94 #944fce

Analogous Colors of #ce944f

#ce944f #c9ce4f #ce554f

Monochromatic Colors of #ce944f

#ce944f

Complementary Color

#ce944f #4f89ce

#ce944f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce944f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce944f Color CSS Codes

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

#ce944f Text Font Color

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

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


#ce944f Background Color

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

This div background color is #ce944f


#ce944f Border Color

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

This div border color is #ce944f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce944f

#ce944f Color Palettes


Comments

No comments written yet.

Please login to write comment.