Color Hex Logo

#cec013 Color Hex

#CEC013
(206,192,19)
0 Favorites   0 Comments

Color spaces of #cec013

RGB 20619219
HSL0.150.830.44
HSV56°91°81°
CMYK 0.000.070.91   0.19
XYZ44.420850.86818.0934
Yxy50.86810.42970.4920
Hunter Lab71.3219-13.639643.1973
CIE-Lab76.5990-11.115175.5617

#cec013 color RGB value is (206,192,19).

#cec013 hex color red value is 206, green value is 192 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cec013 hue: 0.15 , saturation: 0.83 and the lightness value of cec013 is 0.44.

The process color (four color CMYK) of #cec013 color hex is 0.00, 0.07, 0.91, 0.19. Web safe color of #cec013 is #cccc00. Color #cec013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 00010011
Octal 316 300 23
Decimal 206 192 19
Hex CE C0 13

RGB Percentages of Color #cec013

%49.40
%46.04
%4.56

CMYK Percentages of Color #cec013

%0
%7
%91
%19

Triadic Colors of #cec013

#cec013 #13cec0 #c013ce

Analogous Colors of #cec013

#cec013 #7fce13 #ce6313

Monochromatic Colors of #cec013

#cec013

Complementary Color

#cec013 #1321ce

#cec013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec013 Color CSS Codes

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

#cec013 Text Font Color

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

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


#cec013 Background Color

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

This div background color is #cec013


#cec013 Border Color

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

This div border color is #cec013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec013


Comments

No comments written yet.

Please login to write comment.