Color Hex Logo

#ce994a Color Hex

#CE994A
(206,153,74)
0 Favorites   0 Comments

Color spaces of #ce994a

RGB 20615374
HSL0.100.570.55
HSV36°64°81°
CMYK 0.000.260.64   0.19
XYZ38.080936.398711.4971
Yxy36.39870.44290.4234
Hunter Lab60.33137.088730.9333
CIE-Lab66.823411.606048.2684

#ce994a color RGB value is (206,153,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 01001010
Octal 316 231 112
Decimal 206 153 74
Hex CE 99 4A

RGB Percentages of Color #ce994a

%47.58
%35.33
%17.09

CMYK Percentages of Color #ce994a

%0
%26
%64
%19

Triadic Colors of #ce994a

#ce994a #4ace99 #994ace

Analogous Colors of #ce994a

#ce994a #c1ce4a #ce574a

Monochromatic Colors of #ce994a

#ce994a

Complementary Color

#ce994a #4a7fce

#ce994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce994a Color CSS Codes

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

#ce994a Text Font Color

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

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


#ce994a Background Color

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

This div background color is #ce994a


#ce994a Border Color

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

This div border color is #ce994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce994a


Comments

No comments written yet.

Please login to write comment.