Color Hex Logo

#ce922b Color Hex

#CE922B
(206,146,43)
0 Favorites   0 Comments

Color spaces of #ce922b

RGB 20614643
HSL0.110.650.49
HSV38°79°81°
CMYK 0.000.290.79   0.19
XYZ36.168533.85406.9137
Yxy33.85400.47010.4400
Hunter Lab58.18429.137033.6838
CIE-Lab64.846513.850659.6009

#ce922b color RGB value is (206,146,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010010 00101011
Octal 316 222 53
Decimal 206 146 43
Hex CE 92 2B

RGB Percentages of Color #ce922b

%52.15
%36.96
%10.89

CMYK Percentages of Color #ce922b

%0
%29
%79
%19

Triadic Colors of #ce922b

#ce922b #2bce92 #922bce

Analogous Colors of #ce922b

#ce922b #b9ce2b #ce412b

Monochromatic Colors of #ce922b

#ce922b

Complementary Color

#ce922b #2b67ce

#ce922b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce922b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce922b Color CSS Codes

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

#ce922b Text Font Color

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

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


#ce922b Background Color

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

This div background color is #ce922b


#ce922b Border Color

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

This div border color is #ce922b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce922b


Comments

No comments written yet.

Please login to write comment.