Color Hex Logo

#cdf070 Color Hex

#CDF070
(205,240,112)
0 Favorites   0 Comments

Color spaces of #cdf070

RGB 205240112
HSL0.210.810.69
HSV76°53°94°
CMYK 0.150.000.53   0.06
XYZ59.261676.469226.9658
Yxy76.46920.36420.4700
Hunter Lab87.4467-32.064342.9295
CIE-Lab90.0767-30.076157.2934

#cdf070 color RGB value is (205,240,112).

#cdf070 hex color red value is 205, green value is 240 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cdf070 hue: 0.21 , saturation: 0.81 and the lightness value of cdf070 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 01110000
Octal 315 360 160
Decimal 205 240 112
Hex CD F0 70

RGB Percentages of Color #cdf070

%36.80
%43.09
%20.11

CMYK Percentages of Color #cdf070

%15
%0
%53
%6

Triadic Colors of #cdf070

#cdf070 #70cdf0 #f070cd

Analogous Colors of #cdf070

#cdf070 #8df070 #f0d370

Monochromatic Colors of #cdf070

#cdf070

Complementary Color

#cdf070 #9370f0

#cdf070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf070 Color CSS Codes

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

#cdf070 Text Font Color

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

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


#cdf070 Background Color

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

This div background color is #cdf070


#cdf070 Border Color

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

This div border color is #cdf070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf070


Comments

No comments written yet.

Please login to write comment.