Color Hex Logo

#ce750a Color Hex

#CE750A
(206,117,10)
0 Favorites   0 Comments

Color spaces of #ce750a

RGB 20611710
HSL0.090.910.42
HSV33°95°81°
CMYK 0.000.430.95   0.19
XYZ31.869725.86633.6001
Yxy25.86630.51960.4217
Hunter Lab50.858922.850231.4043
CIE-Lab57.909928.785463.2388

#ce750a color RGB value is (206,117,10).

#ce750a hex color red value is 206, green value is 117 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ce750a hue: 0.09 , saturation: 0.91 and the lightness value of ce750a is 0.42.

The process color (four color CMYK) of #ce750a color hex is 0.00, 0.43, 0.95, 0.19. Web safe color of #ce750a is #cc6600. Color #ce750a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 00001010
Octal 316 165 12
Decimal 206 117 10
Hex CE 75 A

RGB Percentages of Color #ce750a

%61.86
%35.14
%3.00

CMYK Percentages of Color #ce750a

%0
%43
%95
%19

Triadic Colors of #ce750a

#ce750a #0ace75 #750ace

Analogous Colors of #ce750a

#ce750a #c5ce0a #ce130a

Monochromatic Colors of #ce750a

#ce750a

Complementary Color

#ce750a #0a63ce

#ce750a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce750a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce750a Color CSS Codes

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

#ce750a Text Font Color

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

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


#ce750a Background Color

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

This div background color is #ce750a


#ce750a Border Color

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

This div border color is #ce750a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce750a


Comments

No comments written yet.

Please login to write comment.