Color Hex Logo

#cec229 Color Hex

#CEC229
(206,194,41)
0 Favorites   0 Comments

Color spaces of #cec229

RGB 20619441
HSL0.150.670.48
HSV56°80°81°
CMYK 0.000.060.80   0.19
XYZ45.145651.86559.7294
Yxy51.86550.42290.4859
Hunter Lab72.0177-14.135042.4025
CIE-Lab77.2003-11.607971.2763

#cec229 color RGB value is (206,194,41).

#cec229 hex color red value is 206, green value is 194 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cec229 hue: 0.15 , saturation: 0.67 and the lightness value of cec229 is 0.48.

The process color (four color CMYK) of #cec229 color hex is 0.00, 0.06, 0.80, 0.19. Web safe color of #cec229 is #cccc33. Color #cec229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 00101001
Octal 316 302 51
Decimal 206 194 41
Hex CE C2 29

RGB Percentages of Color #cec229

%46.71
%43.99
%9.30

CMYK Percentages of Color #cec229

%0
%6
%80
%19

Triadic Colors of #cec229

#cec229 #29cec2 #c229ce

Analogous Colors of #cec229

#cec229 #88ce29 #ce7029

Monochromatic Colors of #cec229

#cec229

Complementary Color

#cec229 #2935ce

#cec229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec229 Color CSS Codes

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

#cec229 Text Font Color

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

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


#cec229 Background Color

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

This div background color is #cec229


#cec229 Border Color

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

This div border color is #cec229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec229


Comments

No comments written yet.

Please login to write comment.