Color Hex Logo

#cdf07e Color Hex

#CDF07E
(205,240,126)
0 Favorites   0 Comments

Color spaces of #cdf07e

RGB 205240126
HSL0.220.790.72
HSV78°48°94°
CMYK 0.150.000.48   0.06
XYZ60.102876.805731.3959
Yxy76.80570.35710.4563
Hunter Lab87.6389-30.952640.1070
CIE-Lab90.2321-28.734251.0290

#cdf07e color RGB value is (205,240,126).

#cdf07e hex color red value is 205, green value is 240 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cdf07e hue: 0.22 , saturation: 0.79 and the lightness value of cdf07e is 0.72.

The process color (four color CMYK) of #cdf07e color hex is 0.15, 0.00, 0.48, 0.06. Web safe color of #cdf07e is #ccff66. Color #cdf07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 01111110
Octal 315 360 176
Decimal 205 240 126
Hex CD F0 7E

RGB Percentages of Color #cdf07e

%35.90
%42.03
%22.07

CMYK Percentages of Color #cdf07e

%15
%0
%48
%6

Triadic Colors of #cdf07e

#cdf07e #7ecdf0 #f07ecd

Analogous Colors of #cdf07e

#cdf07e #94f07e #f0da7e

Monochromatic Colors of #cdf07e

#cdf07e

Complementary Color

#cdf07e #a17ef0

#cdf07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf07e Color CSS Codes

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

#cdf07e Text Font Color

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

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


#cdf07e Background Color

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

This div background color is #cdf07e


#cdf07e Border Color

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

This div border color is #cdf07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf07e


Comments

No comments written yet.

Please login to write comment.