Color Hex Logo

#cec919 Color Hex

#CEC919
(206,201,25)
0 Favorites   0 Comments

Color spaces of #cec919

RGB 20620125
HSL0.160.780.45
HSV58°88°81°
CMYK 0.000.020.88   0.19
XYZ46.515754.96539.0774
Yxy54.96530.42070.4972
Hunter Lab74.1386-17.748944.6376
CIE-Lab79.0213-15.549576.4595

#cec919 color RGB value is (206,201,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 00011001
Octal 316 311 31
Decimal 206 201 25
Hex CE C9 19

RGB Percentages of Color #cec919

%47.69
%46.53
%5.79

CMYK Percentages of Color #cec919

%0
%2
%88
%19

Triadic Colors of #cec919

#cec919 #19cec9 #c919ce

Analogous Colors of #cec919

#cec919 #79ce19 #ce6f19

Monochromatic Colors of #cec919

#cec919

Complementary Color

#cec919 #191ece

#cec919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec919 Color CSS Codes

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

#cec919 Text Font Color

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

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


#cec919 Background Color

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

This div background color is #cec919


#cec919 Border Color

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

This div border color is #cec919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec919


Comments

No comments written yet.

Please login to write comment.