color codes Logo

#cdf93d color codes

#CDF93D
(205,249,61)
0 Favorites   0 Comments

Color spaces of #cdf93d

RGB 20524961
HSL0.210.940.61
HSV74°76°98°
CMYK 0.180.000.76   0.02
XYZ59.894881.067416.9057
Yxy81.06740.37940.5135
Hunter Lab90.0374-38.823651.8937
CIE-Lab92.1617-37.546978.9908

#cdf93d color RGB value is (205,249,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 00111101
Octal 315 371 75
Decimal 205 249 61
Hex CD F9 3D

RGB Percentages of Color #cdf93d

%39.81
%48.35
%11.84

CMYK Percentages of Color #cdf93d

%18
%0
%76
%2

Triadic Colors of #cdf93d

#cdf93d #3dcdf9 #f93dcd

Analogous Colors of #cdf93d

#cdf93d #6ff93d #f9c73d

Monochromatic Colors of #cdf93d

#cdf93d

Complementary Color

#cdf93d #693df9

#cdf93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf93d Color CSS Codes

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

#cdf93d Text Font Color

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

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


#cdf93d Background Color

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

This div background color is #cdf93d


#cdf93d Border Color

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

This div border color is #cdf93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf93d

Related Colors


Comments

No comments written yet.

Please login to write comment.