Color Hex Logo

#cec031 Color Hex

#CEC031
(206,192,49)
0 Favorites   0 Comments

Color spaces of #cec031

RGB 20619249
HSL0.150.620.50
HSV55°76°81°
CMYK 0.000.070.76   0.19
XYZ44.857651.042810.3937
Yxy51.04280.42200.4802
Hunter Lab71.4442-12.952941.3855
CIE-Lab76.7049-10.303868.4318

#cec031 color RGB value is (206,192,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 00110001
Octal 316 300 61
Decimal 206 192 49
Hex CE C0 31

RGB Percentages of Color #cec031

%46.09
%42.95
%10.96

CMYK Percentages of Color #cec031

%0
%7
%76
%19

Triadic Colors of #cec031

#cec031 #31cec0 #c031ce

Analogous Colors of #cec031

#cec031 #8ece31 #ce7231

Monochromatic Colors of #cec031

#cec031

Complementary Color

#cec031 #313fce

#cec031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec031 Color CSS Codes

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

#cec031 Text Font Color

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

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


#cec031 Background Color

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

This div background color is #cec031


#cec031 Border Color

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

This div border color is #cec031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec031


Comments

No comments written yet.

Please login to write comment.