Color Hex Logo

#ce702f Color Hex

#CE702F
(206,112,47)
0 Favorites   0 Comments

Color spaces of #ce702f

RGB 20611247
HSL0.070.630.50
HSV25°77°81°
CMYK 0.000.460.77   0.19
XYZ31.760924.91545.8245
Yxy24.91540.50820.3986
Hunter Lab49.915326.226928.0223
CIE-Lab56.992932.342450.4918

#ce702f color RGB value is (206,112,47).

#ce702f hex color red value is 206, green value is 112 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ce702f hue: 0.07 , saturation: 0.63 and the lightness value of ce702f is 0.50.

The process color (four color CMYK) of #ce702f color hex is 0.00, 0.46, 0.77, 0.19. Web safe color of #ce702f is #cc6633. Color #ce702f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 00101111
Octal 316 160 57
Decimal 206 112 47
Hex CE 70 2F

RGB Percentages of Color #ce702f

%56.44
%30.68
%12.88

CMYK Percentages of Color #ce702f

%0
%46
%77
%19

Triadic Colors of #ce702f

#ce702f #2fce70 #702fce

Analogous Colors of #ce702f

#ce702f #cec02f #ce2f3e

Monochromatic Colors of #ce702f

#ce702f

Complementary Color

#ce702f #2f8dce

#ce702f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce702f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce702f Color CSS Codes

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

#ce702f Text Font Color

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

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


#ce702f Background Color

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

This div background color is #ce702f


#ce702f Border Color

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

This div border color is #ce702f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce702f


Comments

No comments written yet.

Please login to write comment.