Color Hex Logo

#cdf972 Color Hex

#CDF972
(205,249,114)
0 Favorites   0 Comments

Color spaces of #cdf972

RGB 205249114
HSL0.220.920.71
HSV80°54°98°
CMYK 0.180.000.54   0.02
XYZ62.089881.945428.4642
Yxy81.94540.35990.4750
Hunter Lab90.5237-35.984144.7235
CIE-Lab92.5508-34.050259.2744

#cdf972 color RGB value is (205,249,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 01110010
Octal 315 371 162
Decimal 205 249 114
Hex CD F9 72

RGB Percentages of Color #cdf972

%36.09
%43.84
%20.07

CMYK Percentages of Color #cdf972

%18
%0
%54
%2

Triadic Colors of #cdf972

#cdf972 #72cdf9 #f972cd

Analogous Colors of #cdf972

#cdf972 #8af972 #f9e272

Monochromatic Colors of #cdf972

#cdf972

Complementary Color

#cdf972 #9e72f9

#cdf972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf972 Color CSS Codes

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

#cdf972 Text Font Color

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

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


#cdf972 Background Color

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

This div background color is #cdf972


#cdf972 Border Color

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

This div border color is #cdf972


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,249,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 #cdf972">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf972

Related Colors


Comments

No comments written yet.

Please login to write comment.