Color Hex Logo

#ce980a Color Hex

#CE980A
(206,152,10)
0 Favorites   0 Comments

Color spaces of #ce980a

RGB 20615210
HSL0.120.910.42
HSV43°95°81°
CMYK 0.000.260.95   0.19
XYZ36.736635.60025.2225
Yxy35.60020.47370.4590
Hunter Lab59.66595.488036.5765
CIE-Lab66.21339.846569.0803

#ce980a color RGB value is (206,152,10).

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

The process color (four color CMYK) of #ce980a color hex is 0.00, 0.26, 0.95, 0.19. Web safe color of #ce980a is #cc9900. Color #ce980a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 00001010
Octal 316 230 12
Decimal 206 152 10
Hex CE 98 A

RGB Percentages of Color #ce980a

%55.98
%41.30
%2.72

CMYK Percentages of Color #ce980a

%0
%26
%95
%19

Triadic Colors of #ce980a

#ce980a #0ace98 #980ace

Analogous Colors of #ce980a

#ce980a #a2ce0a #ce360a

Monochromatic Colors of #ce980a

#ce980a

Complementary Color

#ce980a #0a40ce

#ce980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce980a Color CSS Codes

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

#ce980a Text Font Color

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

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


#ce980a Background Color

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

This div background color is #ce980a


#ce980a Border Color

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

This div border color is #ce980a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce980a


Comments

No comments written yet.

Please login to write comment.