Color Hex Logo

#cfd140 Color Hex

#CFD140
(207,209,64)
0 Favorites   0 Comments

Color spaces of #cfd140

RGB 20720964
HSL0.170.610.54
HSV61°69°82°
CMYK 0.010.000.69   0.18
XYZ49.458059.236513.6776
Yxy59.23650.40420.4841
Hunter Lab76.9653-19.984843.3392
CIE-Lab81.4214-17.756467.8036

#cfd140 color RGB value is (207,209,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 01000000
Octal 317 321 100
Decimal 207 209 64
Hex CF D1 40

RGB Percentages of Color #cfd140

%43.13
%43.54
%13.33

CMYK Percentages of Color #cfd140

%1
%0
%69
%18

Triadic Colors of #cfd140

#cfd140 #40cfd1 #d140cf

Analogous Colors of #cfd140

#cfd140 #87d140 #d18b40

Monochromatic Colors of #cfd140

#cfd140

Complementary Color

#cfd140 #4240d1

#cfd140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd140 Color CSS Codes

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

#cfd140 Text Font Color

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

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


#cfd140 Background Color

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

This div background color is #cfd140


#cfd140 Border Color

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

This div border color is #cfd140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd140


Comments

No comments written yet.

Please login to write comment.