Color Hex Logo

#cad129 Color Hex

#CAD129
(202,209,41)
0 Favorites   0 Comments

Color spaces of #cad129

RGB 20220941
HSL0.170.670.49
HSV63°80°82°
CMYK 0.030.000.80   0.18
XYZ47.557858.317610.8477
Yxy58.31760.40740.4996
Hunter Lab76.3660-22.477545.0341
CIE-Lab80.9150-20.791574.3787

#cad129 color RGB value is (202,209,41).

#cad129 hex color red value is 202, green value is 209 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cad129 hue: 0.17 , saturation: 0.67 and the lightness value of cad129 is 0.49.

The process color (four color CMYK) of #cad129 color hex is 0.03, 0.00, 0.80, 0.18. Web safe color of #cad129 is #cccc33. Color #cad129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010001 00101001
Octal 312 321 51
Decimal 202 209 41
Hex CA D1 29

RGB Percentages of Color #cad129

%44.69
%46.24
%9.07

CMYK Percentages of Color #cad129

%3
%0
%80
%18

Triadic Colors of #cad129

#cad129 #29cad1 #d129ca

Analogous Colors of #cad129

#cad129 #76d129 #d18429

Monochromatic Colors of #cad129

#cad129

Complementary Color

#cad129 #3029d1

#cad129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad129 Color CSS Codes

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

#cad129 Text Font Color

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

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


#cad129 Background Color

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

This div background color is #cad129


#cad129 Border Color

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

This div border color is #cad129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad129


Comments

No comments written yet.

Please login to write comment.