Color Hex Logo

#cec129 Color Hex

#CEC129
(206,193,41)
0 Favorites   0 Comments

Color spaces of #cec129

RGB 20619341
HSL0.150.670.48
HSV55°80°81°
CMYK 0.000.060.80   0.19
XYZ44.923851.42189.6555
Yxy51.42180.42380.4851
Hunter Lab71.7090-13.665242.2130
CIE-Lab76.9338-11.099071.0437

#cec129 color RGB value is (206,193,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00101001
Octal 316 301 51
Decimal 206 193 41
Hex CE C1 29

RGB Percentages of Color #cec129

%46.82
%43.86
%9.32

CMYK Percentages of Color #cec129

%0
%6
%80
%19

Triadic Colors of #cec129

#cec129 #29cec1 #c129ce

Analogous Colors of #cec129

#cec129 #89ce29 #ce6f29

Monochromatic Colors of #cec129

#cec129

Complementary Color

#cec129 #2936ce

#cec129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec129 Color CSS Codes

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

#cec129 Text Font Color

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

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


#cec129 Background Color

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

This div background color is #cec129


#cec129 Border Color

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

This div border color is #cec129


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,193,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 #cec129">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec129


Comments

No comments written yet.

Please login to write comment.