Color Hex Logo

#cdf96e Color Hex

#CDF96E
(205,249,110)
0 Favorites   0 Comments

Color spaces of #cdf96e

RGB 205249110
HSL0.220.920.70
HSV79°56°98°
CMYK 0.180.000.56   0.02
XYZ61.867081.856327.2910
Yxy81.85630.36180.4787
Hunter Lab90.4745-36.270945.4477
CIE-Lab92.5114-34.400160.9882

#cdf96e color RGB value is (205,249,110).

#cdf96e hex color red value is 205, green value is 249 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cdf96e hue: 0.22 , saturation: 0.92 and the lightness value of cdf96e is 0.70.

The process color (four color CMYK) of #cdf96e color hex is 0.18, 0.00, 0.56, 0.02. Web safe color of #cdf96e is #ccff66. Color #cdf96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 01101110
Octal 315 371 156
Decimal 205 249 110
Hex CD F9 6E

RGB Percentages of Color #cdf96e

%36.35
%44.15
%19.50

CMYK Percentages of Color #cdf96e

%18
%0
%56
%2

Triadic Colors of #cdf96e

#cdf96e #6ecdf9 #f96ecd

Analogous Colors of #cdf96e

#cdf96e #88f96e #f9e06e

Monochromatic Colors of #cdf96e

#cdf96e

Complementary Color

#cdf96e #9a6ef9

#cdf96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf96e Color CSS Codes

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

#cdf96e Text Font Color

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

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


#cdf96e Background Color

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

This div background color is #cdf96e


#cdf96e Border Color

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

This div border color is #cdf96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf96e

Related Colors

#cdf96e Color Palettes


Comments

No comments written yet.

Please login to write comment.