Color Hex Logo

#cdf51d Color Hex

#CDF51D
(205,245,29)
0 Favorites   0 Comments

Color spaces of #cdf51d

RGB 20524529
HSL0.200.920.54
HSV71°88°96°
CMYK 0.160.000.88   0.04
XYZ58.051078.372713.2302
Yxy78.37270.38790.5237
Hunter Lab88.5284-37.876253.1092
CIE-Lab90.9497-36.767585.3359

#cdf51d color RGB value is (205,245,29).

#cdf51d hex color red value is 205, green value is 245 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cdf51d hue: 0.20 , saturation: 0.92 and the lightness value of cdf51d is 0.54.

The process color (four color CMYK) of #cdf51d color hex is 0.16, 0.00, 0.88, 0.04. Web safe color of #cdf51d is #ccff33. Color #cdf51d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110101 00011101
Octal 315 365 35
Decimal 205 245 29
Hex CD F5 1D

RGB Percentages of Color #cdf51d

%42.80
%51.15
%6.05

CMYK Percentages of Color #cdf51d

%16
%0
%88
%4

Triadic Colors of #cdf51d

#cdf51d #1dcdf5 #f51dcd

Analogous Colors of #cdf51d

#cdf51d #61f51d #f5b11d

Monochromatic Colors of #cdf51d

#cdf51d

Complementary Color

#cdf51d #451df5

#cdf51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf51d Color CSS Codes

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

#cdf51d Text Font Color

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

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


#cdf51d Background Color

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

This div background color is #cdf51d


#cdf51d Border Color

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

This div border color is #cdf51d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,245,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf51d


Comments

No comments written yet.

Please login to write comment.