Color Hex Logo

#cec50a Color Hex

#CEC50A
(206,197,10)
0 Favorites   0 Comments

Color spaces of #cec50a

RGB 20619710
HSL0.160.910.42
HSV57°95°81°
CMYK 0.000.040.95   0.19
XYZ45.474653.07628.1351
Yxy53.07620.42620.4975
Hunter Lab72.8534-16.075044.3768
CIE-Lab77.9200-13.764477.6950

#cec50a color RGB value is (206,197,10).

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

The process color (four color CMYK) of #cec50a color hex is 0.00, 0.04, 0.95, 0.19. Web safe color of #cec50a is #cccc00. Color #cec50a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 00001010
Octal 316 305 12
Decimal 206 197 10
Hex CE C5 A

RGB Percentages of Color #cec50a

%49.88
%47.70
%2.42

CMYK Percentages of Color #cec50a

%0
%4
%95
%19

Triadic Colors of #cec50a

#cec50a #0acec5 #c50ace

Analogous Colors of #cec50a

#cec50a #75ce0a #ce630a

Monochromatic Colors of #cec50a

#cec50a

Complementary Color

#cec50a #0a13ce

#cec50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec50a Color CSS Codes

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

#cec50a Text Font Color

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

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


#cec50a Background Color

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

This div background color is #cec50a


#cec50a Border Color

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

This div border color is #cec50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec50a


Comments

No comments written yet.

Please login to write comment.