Color Hex Logo

#cfd440 Color Hex

#CFD440
(207,212,64)
0 Favorites   0 Comments

Color spaces of #cfd440

RGB 20721264
HSL0.170.630.54
HSV62°70°83°
CMYK 0.020.000.70   0.17
XYZ50.201060.722513.9252
Yxy60.72250.40210.4864
Hunter Lab77.9246-21.374043.9521
CIE-Lab82.2293-19.234968.5958

#cfd440 color RGB value is (207,212,64).

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

The process color (four color CMYK) of #cfd440 color hex is 0.02, 0.00, 0.70, 0.17. Web safe color of #cfd440 is #cccc33. Color #cfd440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01000000
Octal 317 324 100
Decimal 207 212 64
Hex CF D4 40

RGB Percentages of Color #cfd440

%42.86
%43.89
%13.25

CMYK Percentages of Color #cfd440

%2
%0
%70
%17

Triadic Colors of #cfd440

#cfd440 #40cfd4 #d440cf

Analogous Colors of #cfd440

#cfd440 #85d440 #d48f40

Monochromatic Colors of #cfd440

#cfd440

Complementary Color

#cfd440 #4540d4

#cfd440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd440 Color CSS Codes

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

#cfd440 Text Font Color

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

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


#cfd440 Background Color

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

This div background color is #cfd440


#cfd440 Border Color

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

This div border color is #cfd440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd440


Comments

No comments written yet.

Please login to write comment.