Color Hex Logo

#ce992a Color Hex

#CE992A
(206,153,42)
0 Favorites   0 Comments

Color spaces of #ce992a

RGB 20615342
HSL0.110.660.49
HSV41°80°81°
CMYK 0.000.260.80   0.19
XYZ37.262736.07147.1890
Yxy36.07140.46280.4480
Hunter Lab60.05955.642734.9447
CIE-Lab66.574410.020261.5347

#ce992a color RGB value is (206,153,42).

#ce992a hex color red value is 206, green value is 153 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ce992a hue: 0.11 , saturation: 0.66 and the lightness value of ce992a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 00101010
Octal 316 231 52
Decimal 206 153 42
Hex CE 99 2A

RGB Percentages of Color #ce992a

%51.37
%38.15
%10.47

CMYK Percentages of Color #ce992a

%0
%26
%80
%19

Triadic Colors of #ce992a

#ce992a #2ace99 #992ace

Analogous Colors of #ce992a

#ce992a #b1ce2a #ce472a

Monochromatic Colors of #ce992a

#ce992a

Complementary Color

#ce992a #2a5fce

#ce992a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce992a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce992a Color CSS Codes

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

#ce992a Text Font Color

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

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


#ce992a Background Color

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

This div background color is #ce992a


#ce992a Border Color

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

This div border color is #ce992a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce992a


Comments

No comments written yet.

Please login to write comment.