Color Hex Logo

#ce944a Color Hex

#CE944A
(206,148,74)
0 Favorites   0 Comments

Color spaces of #ce944a

RGB 20614874
HSL0.090.570.55
HSV34°64°81°
CMYK 0.000.280.64   0.19
XYZ37.279534.796011.2300
Yxy34.79600.44750.4177
Hunter Lab58.98819.579730.0042
CIE-Lab65.589514.320546.8787

#ce944a color RGB value is (206,148,74).

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

The process color (four color CMYK) of #ce944a color hex is 0.00, 0.28, 0.64, 0.19. Web safe color of #ce944a is #cc9933. Color #ce944a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 01001010
Octal 316 224 112
Decimal 206 148 74
Hex CE 94 4A

RGB Percentages of Color #ce944a

%48.13
%34.58
%17.29

CMYK Percentages of Color #ce944a

%0
%28
%64
%19

Triadic Colors of #ce944a

#ce944a #4ace94 #944ace

Analogous Colors of #ce944a

#ce944a #c6ce4a #ce524a

Monochromatic Colors of #ce944a

#ce944a

Complementary Color

#ce944a #4a84ce

#ce944a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce944a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce944a Color CSS Codes

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

#ce944a Text Font Color

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

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


#ce944a Background Color

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

This div background color is #ce944a


#ce944a Border Color

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

This div border color is #ce944a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce944a


Comments

No comments written yet.

Please login to write comment.