Color Hex Logo

#cec03f Color Hex

#CEC03F
(206,192,63)
0 Favorites   0 Comments

Color spaces of #cec03f

RGB 20619263
HSL0.150.590.53
HSV54°69°81°
CMYK 0.000.070.69   0.19
XYZ45.200451.180012.1990
Yxy51.18000.41630.4714
Hunter Lab71.5402-12.415839.9680
CIE-Lab76.7879-9.672463.5627

#cec03f color RGB value is (206,192,63).

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

The process color (four color CMYK) of #cec03f color hex is 0.00, 0.07, 0.69, 0.19. Web safe color of #cec03f is #cccc33. Color #cec03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 00111111
Octal 316 300 77
Decimal 206 192 63
Hex CE C0 3F

RGB Percentages of Color #cec03f

%44.69
%41.65
%13.67

CMYK Percentages of Color #cec03f

%0
%7
%69
%19

Triadic Colors of #cec03f

#cec03f #3fcec0 #c03fce

Analogous Colors of #cec03f

#cec03f #95ce3f #ce793f

Monochromatic Colors of #cec03f

#cec03f

Complementary Color

#cec03f #3f4dce

#cec03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec03f Color CSS Codes

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

#cec03f Text Font Color

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

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


#cec03f Background Color

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

This div background color is #cec03f


#cec03f Border Color

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

This div border color is #cec03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec03f


Comments

No comments written yet.

Please login to write comment.