Color Hex Logo

#cdf93e Color Hex

#CDF93E
(205,249,62)
0 Favorites   0 Comments

Color spaces of #cdf93e

RGB 20524962
HSL0.210.940.61
HSV74°75°98°
CMYK 0.180.000.75   0.02
XYZ59.922081.078317.0489
Yxy81.07830.37910.5130
Hunter Lab90.0435-38.788251.8044
CIE-Lab92.1665-37.502978.6965

#cdf93e color RGB value is (205,249,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 00111110
Octal 315 371 76
Decimal 205 249 62
Hex CD F9 3E

RGB Percentages of Color #cdf93e

%39.73
%48.26
%12.02

CMYK Percentages of Color #cdf93e

%18
%0
%75
%2

Triadic Colors of #cdf93e

#cdf93e #3ecdf9 #f93ecd

Analogous Colors of #cdf93e

#cdf93e #70f93e #f9c83e

Monochromatic Colors of #cdf93e

#cdf93e

Complementary Color

#cdf93e #6a3ef9

#cdf93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf93e Color CSS Codes

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

#cdf93e Text Font Color

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

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


#cdf93e Background Color

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

This div background color is #cdf93e


#cdf93e Border Color

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

This div border color is #cdf93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf93e


Comments

No comments written yet.

Please login to write comment.