Color Hex Logo

#ce922a Color Hex

#CE922A
(206,146,42)
0 Favorites   0 Comments

Color spaces of #ce922a

RGB 20614642
HSL0.110.660.49
HSV38°80°81°
CMYK 0.000.290.80   0.19
XYZ36.150433.84676.8182
Yxy33.84670.47060.4406
Hunter Lab58.17799.104433.7760
CIE-Lab64.840713.815259.9599

#ce922a color RGB value is (206,146,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010010 00101010
Octal 316 222 52
Decimal 206 146 42
Hex CE 92 2A

RGB Percentages of Color #ce922a

%52.28
%37.06
%10.66

CMYK Percentages of Color #ce922a

%0
%29
%80
%19

Triadic Colors of #ce922a

#ce922a #2ace92 #922ace

Analogous Colors of #ce922a

#ce922a #b8ce2a #ce402a

Monochromatic Colors of #ce922a

#ce922a

Complementary Color

#ce922a #2a66ce

#ce922a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce922a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce922a Color CSS Codes

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

#ce922a Text Font Color

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

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


#ce922a Background Color

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

This div background color is #ce922a


#ce922a Border Color

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

This div border color is #ce922a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce922a


Comments

No comments written yet.

Please login to write comment.