Color Hex Logo

#cfdc1d Color Hex

#CFDC1D
(207,220,29)
0 Favorites   0 Comments

Color spaces of #cfdc1d

RGB 20722029
HSL0.180.770.49
HSV64°87°86°
CMYK 0.060.000.87   0.14
XYZ51.547164.540510.9031
Yxy64.54050.40590.5082
Hunter Lab80.3371-26.058148.1893
CIE-Lab84.2464-24.348479.9648

#cfdc1d color RGB value is (207,220,29).

#cfdc1d hex color red value is 207, green value is 220 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cfdc1d hue: 0.18 , saturation: 0.77 and the lightness value of cfdc1d is 0.49.

The process color (four color CMYK) of #cfdc1d color hex is 0.06, 0.00, 0.87, 0.14. Web safe color of #cfdc1d is #cccc33. Color #cfdc1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 00011101
Octal 317 334 35
Decimal 207 220 29
Hex CF DC 1D

RGB Percentages of Color #cfdc1d

%45.39
%48.25
%6.36

CMYK Percentages of Color #cfdc1d

%6
%0
%87
%14

Triadic Colors of #cfdc1d

#cfdc1d #1dcfdc #dc1dcf

Analogous Colors of #cfdc1d

#cfdc1d #70dc1d #dc8a1d

Monochromatic Colors of #cfdc1d

#cfdc1d

Complementary Color

#cfdc1d #2a1ddc

#cfdc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc1d Color CSS Codes

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

#cfdc1d Text Font Color

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

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


#cfdc1d Background Color

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

This div background color is #cfdc1d


#cfdc1d Border Color

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

This div border color is #cfdc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc1d


Comments

No comments written yet.

Please login to write comment.