Color Hex Logo

#cec90a Color Hex

#CEC90A
(206,201,10)
0 Favorites   0 Comments

Color spaces of #cec90a

RGB 20620110
HSL0.160.910.42
HSV58°95°81°
CMYK 0.000.020.95   0.19
XYZ46.395054.91708.4419
Yxy54.91700.42270.5004
Hunter Lab74.1060-17.933345.1201
CIE-Lab78.9934-15.770678.4999

#cec90a color RGB value is (206,201,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 00001010
Octal 316 311 12
Decimal 206 201 10
Hex CE C9 A

RGB Percentages of Color #cec90a

%49.40
%48.20
%2.40

CMYK Percentages of Color #cec90a

%0
%2
%95
%19

Triadic Colors of #cec90a

#cec90a #0acec9 #c90ace

Analogous Colors of #cec90a

#cec90a #71ce0a #ce670a

Monochromatic Colors of #cec90a

#cec90a

Complementary Color

#cec90a #0a0fce

#cec90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec90a Color CSS Codes

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

#cec90a Text Font Color

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

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


#cec90a Background Color

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

This div background color is #cec90a


#cec90a Border Color

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

This div border color is #cec90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec90a


Comments

No comments written yet.

Please login to write comment.