Color Hex Logo

#ce920f Color Hex

#CE920F
(206,146,15)
0 Favorites   0 Comments

Color spaces of #ce920f

RGB 20614615
HSL0.110.860.43
HSV41°93°81°
CMYK 0.000.290.93   0.19
XYZ35.818733.71415.0716
Yxy33.71410.48010.4519
Hunter Lab58.06388.502235.4660
CIE-Lab64.735013.159567.2382

#ce920f color RGB value is (206,146,15).

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

The process color (four color CMYK) of #ce920f color hex is 0.00, 0.29, 0.93, 0.19. Web safe color of #ce920f is #cc9900. Color #ce920f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010010 00001111
Octal 316 222 17
Decimal 206 146 15
Hex CE 92 F

RGB Percentages of Color #ce920f

%56.13
%39.78
%4.09

CMYK Percentages of Color #ce920f

%0
%29
%93
%19

Triadic Colors of #ce920f

#ce920f #0fce92 #920fce

Analogous Colors of #ce920f

#ce920f #abce0f #ce320f

Monochromatic Colors of #ce920f

#ce920f

Complementary Color

#ce920f #0f4bce

#ce920f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce920f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce920f Color CSS Codes

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

#ce920f Text Font Color

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

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


#ce920f Background Color

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

This div background color is #ce920f


#ce920f Border Color

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

This div border color is #ce920f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce920f


Comments

No comments written yet.

Please login to write comment.