Color Hex Logo

#cfd13c Color Hex

#CFD13C
(207,209,60)
0 Favorites   0 Comments

Color spaces of #cfd13c

RGB 20720960
HSL0.170.620.53
HSV61°71°82°
CMYK 0.010.000.71   0.18
XYZ49.348259.192613.0993
Yxy59.19260.40570.4866
Hunter Lab76.9367-20.147143.7610
CIE-Lab81.3973-17.950469.1941

#cfd13c color RGB value is (207,209,60).

#cfd13c hex color red value is 207, green value is 209 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cfd13c hue: 0.17 , saturation: 0.62 and the lightness value of cfd13c is 0.53.

The process color (four color CMYK) of #cfd13c color hex is 0.01, 0.00, 0.71, 0.18. Web safe color of #cfd13c is #cccc33. Color #cfd13c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 00111100
Octal 317 321 74
Decimal 207 209 60
Hex CF D1 3C

RGB Percentages of Color #cfd13c

%43.49
%43.91
%12.61

CMYK Percentages of Color #cfd13c

%1
%0
%71
%18

Triadic Colors of #cfd13c

#cfd13c #3ccfd1 #d13ccf

Analogous Colors of #cfd13c

#cfd13c #85d13c #d1893c

Monochromatic Colors of #cfd13c

#cfd13c

Complementary Color

#cfd13c #3e3cd1

#cfd13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd13c Color CSS Codes

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

#cfd13c Text Font Color

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

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


#cfd13c Background Color

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

This div background color is #cfd13c


#cfd13c Border Color

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

This div border color is #cfd13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd13c


Comments

No comments written yet.

Please login to write comment.