Color Hex Logo

#cdf072 Color Hex

#CDF072
(205,240,114)
0 Favorites   0 Comments

Color spaces of #cdf072

RGB 205240114
HSL0.210.810.69
HSV77°53°94°
CMYK 0.150.000.53   0.06
XYZ59.374276.514227.5590
Yxy76.51420.36330.4681
Hunter Lab87.4724-31.915142.5508
CIE-Lab90.0975-29.895456.4150

#cdf072 color RGB value is (205,240,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 01110010
Octal 315 360 162
Decimal 205 240 114
Hex CD F0 72

RGB Percentages of Color #cdf072

%36.67
%42.93
%20.39

CMYK Percentages of Color #cdf072

%15
%0
%53
%6

Triadic Colors of #cdf072

#cdf072 #72cdf0 #f072cd

Analogous Colors of #cdf072

#cdf072 #8ef072 #f0d472

Monochromatic Colors of #cdf072

#cdf072

Complementary Color

#cdf072 #9572f0

#cdf072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf072 Color CSS Codes

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

#cdf072 Text Font Color

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

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


#cdf072 Background Color

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

This div background color is #cdf072


#cdf072 Border Color

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

This div border color is #cdf072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf072


Comments

No comments written yet.

Please login to write comment.