Color Hex Logo

#cdf129 Color Hex

#CDF129
(205,241,41)
0 Favorites   0 Comments

Color spaces of #cdf129

RGB 20524141
HSL0.200.880.55
HSV71°83°95°
CMYK 0.150.000.83   0.05
XYZ57.032476.049813.7710
Yxy76.04980.38840.5179
Hunter Lab87.2065-35.873851.6819
CIE-Lab89.8825-34.663282.1641

#cdf129 color RGB value is (205,241,41).

#cdf129 hex color red value is 205, green value is 241 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cdf129 hue: 0.20 , saturation: 0.88 and the lightness value of cdf129 is 0.55.

The process color (four color CMYK) of #cdf129 color hex is 0.15, 0.00, 0.83, 0.05. Web safe color of #cdf129 is #ccff33. Color #cdf129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110001 00101001
Octal 315 361 51
Decimal 205 241 41
Hex CD F1 29

RGB Percentages of Color #cdf129

%42.09
%49.49
%8.42

CMYK Percentages of Color #cdf129

%15
%0
%83
%5

Triadic Colors of #cdf129

#cdf129 #29cdf1 #f129cd

Analogous Colors of #cdf129

#cdf129 #69f129 #f1b129

Monochromatic Colors of #cdf129

#cdf129

Complementary Color

#cdf129 #4d29f1

#cdf129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf129 Color CSS Codes

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

#cdf129 Text Font Color

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

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


#cdf129 Background Color

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

This div background color is #cdf129


#cdf129 Border Color

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

This div border color is #cdf129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf129


Comments

No comments written yet.

Please login to write comment.