Color Hex Logo

#cecc30 Color Hex

#CECC30
(206,204,48)
0 Favorites   0 Comments

Color spaces of #cecc30

RGB 20620448
HSL0.160.620.50
HSV59°77°81°
CMYK 0.000.010.77   0.19
XYZ47.580056.520911.1982
Yxy56.52090.41270.4902
Hunter Lab75.1804-18.597043.7950
CIE-Lab79.9094-16.395071.6567

#cecc30 color RGB value is (206,204,48).

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

The process color (four color CMYK) of #cecc30 color hex is 0.00, 0.01, 0.77, 0.19. Web safe color of #cecc30 is #cccc33. Color #cecc30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 00110000
Octal 316 314 60
Decimal 206 204 48
Hex CE CC 30

RGB Percentages of Color #cecc30

%44.98
%44.54
%10.48

CMYK Percentages of Color #cecc30

%0
%1
%77
%19

Triadic Colors of #cecc30

#cecc30 #30cecc #cc30ce

Analogous Colors of #cecc30

#cecc30 #81ce30 #ce7d30

Monochromatic Colors of #cecc30

#cecc30

Complementary Color

#cecc30 #3032ce

#cecc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc30 Color CSS Codes

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

#cecc30 Text Font Color

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

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


#cecc30 Background Color

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

This div background color is #cecc30


#cecc30 Border Color

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

This div border color is #cecc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc30


Comments

No comments written yet.

Please login to write comment.