Color Hex Logo

#ce954a Color Hex

#CE954A
(206,149,74)
0 Favorites   0 Comments

Color spaces of #ce954a

RGB 20614974
HSL0.090.570.55
HSV34°64°81°
CMYK 0.000.280.64   0.19
XYZ37.437135.111111.2825
Yxy35.11110.44660.4188
Hunter Lab59.25469.080830.1890
CIE-Lab65.835113.777247.1561

#ce954a color RGB value is (206,149,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 01001010
Octal 316 225 112
Decimal 206 149 74
Hex CE 95 4A

RGB Percentages of Color #ce954a

%48.02
%34.73
%17.25

CMYK Percentages of Color #ce954a

%0
%28
%64
%19

Triadic Colors of #ce954a

#ce954a #4ace95 #954ace

Analogous Colors of #ce954a

#ce954a #c5ce4a #ce534a

Monochromatic Colors of #ce954a

#ce954a

Complementary Color

#ce954a #4a83ce

#ce954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce954a Color CSS Codes

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

#ce954a Text Font Color

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

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


#ce954a Background Color

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

This div background color is #ce954a


#ce954a Border Color

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

This div border color is #ce954a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce954a


Comments

No comments written yet.

Please login to write comment.