Color Hex Logo

#cdf38e Color Hex

#CDF38E
(205,243,142)
0 Favorites   0 Comments

Color spaces of #cdf38e

RGB 205243142
HSL0.230.810.75
HSV83°42°95°
CMYK 0.160.000.42   0.05
XYZ62.109979.033337.5726
Yxy79.03330.34750.4422
Hunter Lab88.9007-30.868337.1724
CIE-Lab91.2494-28.393944.6312

#cdf38e color RGB value is (205,243,142).

#cdf38e hex color red value is 205, green value is 243 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cdf38e hue: 0.23 , saturation: 0.81 and the lightness value of cdf38e is 0.75.

The process color (four color CMYK) of #cdf38e color hex is 0.16, 0.00, 0.42, 0.05. Web safe color of #cdf38e is #ccff99. Color #cdf38e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110011 10001110
Octal 315 363 216
Decimal 205 243 142
Hex CD F3 8E

RGB Percentages of Color #cdf38e

%34.75
%41.19
%24.07

CMYK Percentages of Color #cdf38e

%16
%0
%42
%5

Triadic Colors of #cdf38e

#cdf38e #8ecdf3 #f38ecd

Analogous Colors of #cdf38e

#cdf38e #9bf38e #f3e78e

Monochromatic Colors of #cdf38e

#cdf38e

Complementary Color

#cdf38e #b48ef3

#cdf38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf38e Color CSS Codes

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

#cdf38e Text Font Color

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

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


#cdf38e Background Color

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

This div background color is #cdf38e


#cdf38e Border Color

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

This div border color is #cdf38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf38e


Comments

No comments written yet.

Please login to write comment.