Color Hex Logo

#cfdd3e Color Hex

#CFDD3E
(207,221,62)
0 Favorites   0 Comments

Color spaces of #cfdd3e

RGB 20722162
HSL0.180.700.55
HSV65°72°87°
CMYK 0.060.000.72   0.13
XYZ52.458165.326114.4018
Yxy65.32610.39690.4942
Hunter Lab80.8246-25.590046.0126
CIE-Lab84.6515-23.706571.6352

#cfdd3e color RGB value is (207,221,62).

#cfdd3e hex color red value is 207, green value is 221 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cfdd3e hue: 0.18 , saturation: 0.70 and the lightness value of cfdd3e is 0.55.

The process color (four color CMYK) of #cfdd3e color hex is 0.06, 0.00, 0.72, 0.13. Web safe color of #cfdd3e is #cccc33. Color #cfdd3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 00111110
Octal 317 335 76
Decimal 207 221 62
Hex CF DD 3E

RGB Percentages of Color #cfdd3e

%42.24
%45.10
%12.65

CMYK Percentages of Color #cfdd3e

%6
%0
%72
%13

Triadic Colors of #cfdd3e

#cfdd3e #3ecfdd #dd3ecf

Analogous Colors of #cfdd3e

#cfdd3e #80dd3e #dd9c3e

Monochromatic Colors of #cfdd3e

#cfdd3e

Complementary Color

#cfdd3e #4c3edd

#cfdd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd3e Color CSS Codes

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

#cfdd3e Text Font Color

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

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


#cfdd3e Background Color

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

This div background color is #cfdd3e


#cfdd3e Border Color

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

This div border color is #cfdd3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,221,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfdd3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfdd3e;
  -webkit-box-shadow: 1px 1px 3px 2px #cfdd3e;
  box-shadow:         1px 1px 3px 2px #cfdd3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,221,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd3e


Comments

No comments written yet.

Please login to write comment.