Color Hex Logo

#cdf93c Color Hex

#CDF93C
(205,249,60)
0 Favorites   0 Comments

Color spaces of #cdf93c

RGB 20524960
HSL0.210.940.61
HSV74°76°98°
CMYK 0.180.000.76   0.02
XYZ59.868181.056716.7651
Yxy81.05670.37970.5140
Hunter Lab90.0315-38.858351.9814
CIE-Lab92.1569-37.590179.2814

#cdf93c color RGB value is (205,249,60).

#cdf93c hex color red value is 205, green value is 249 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cdf93c hue: 0.21 , saturation: 0.94 and the lightness value of cdf93c is 0.61.

The process color (four color CMYK) of #cdf93c color hex is 0.18, 0.00, 0.76, 0.02. Web safe color of #cdf93c is #ccff33. Color #cdf93c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 00111100
Octal 315 371 74
Decimal 205 249 60
Hex CD F9 3C

RGB Percentages of Color #cdf93c

%39.88
%48.44
%11.67

CMYK Percentages of Color #cdf93c

%18
%0
%76
%2

Triadic Colors of #cdf93c

#cdf93c #3ccdf9 #f93ccd

Analogous Colors of #cdf93c

#cdf93c #6ff93c #f9c73c

Monochromatic Colors of #cdf93c

#cdf93c

Complementary Color

#cdf93c #683cf9

#cdf93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf93c Color CSS Codes

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

#cdf93c Text Font Color

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

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


#cdf93c Background Color

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

This div background color is #cdf93c


#cdf93c Border Color

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

This div border color is #cdf93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf93c


Comments

No comments written yet.

Please login to write comment.