Color Hex Logo

#cec404 Color Hex

#CEC404
(206,196,4)
0 Favorites   0 Comments

Color spaces of #cec404

RGB 2061964
HSL0.160.960.41
HSV57°98°81°
CMYK 0.000.050.98   0.19
XYZ45.215452.61047.8866
Yxy52.61040.42770.4977
Hunter Lab72.5330-15.660144.3264
CIE-Lab77.6444-13.321078.0865

#cec404 color RGB value is (206,196,4).

#cec404 hex color red value is 206, green value is 196 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cec404 hue: 0.16 , saturation: 0.96 and the lightness value of cec404 is 0.41.

The process color (four color CMYK) of #cec404 color hex is 0.00, 0.05, 0.98, 0.19. Web safe color of #cec404 is #cccc00. Color #cec404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 00000100
Octal 316 304 4
Decimal 206 196 4
Hex CE C4 4

RGB Percentages of Color #cec404

%50.74
%48.28
%0.99

CMYK Percentages of Color #cec404

%0
%5
%98
%19

Triadic Colors of #cec404

#cec404 #04cec4 #c404ce

Analogous Colors of #cec404

#cec404 #73ce04 #ce5f04

Monochromatic Colors of #cec404

#cec404

Complementary Color

#cec404 #040ece

#cec404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec404 Color CSS Codes

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

#cec404 Text Font Color

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

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


#cec404 Background Color

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

This div background color is #cec404


#cec404 Border Color

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

This div border color is #cec404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec404


Comments

No comments written yet.

Please login to write comment.