color codes Logo

#cdf93b color codes

#CDF93B
(205,249,59)
0 Favorites   0 Comments

Color spaces of #cdf93b

RGB 20524959
HSL0.210.940.60
HSV74°76°98°
CMYK 0.180.000.76   0.02
XYZ59.841981.046316.6272
Yxy81.04630.37990.5145
Hunter Lab90.0257-38.892552.0675
CIE-Lab92.1523-37.632779.5682

#cdf93b color RGB value is (205,249,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 00111011
Octal 315 371 73
Decimal 205 249 59
Hex CD F9 3B

RGB Percentages of Color #cdf93b

%39.96
%48.54
%11.50

CMYK Percentages of Color #cdf93b

%18
%0
%76
%2

Triadic Colors of #cdf93b

#cdf93b #3bcdf9 #f93bcd

Analogous Colors of #cdf93b

#cdf93b #6ef93b #f9c63b

Monochromatic Colors of #cdf93b

#cdf93b

Complementary Color

#cdf93b #673bf9

#cdf93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf93b Color CSS Codes

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

#cdf93b Text Font Color

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

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


#cdf93b Background Color

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

This div background color is #cdf93b


#cdf93b Border Color

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

This div border color is #cdf93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf93b


Comments

No comments written yet.

Please login to write comment.