Color Hex Logo

#cfd42e Color Hex

#CFD42E
(207,212,46)
0 Favorites   0 Comments

Color spaces of #cfd42e

RGB 20721246
HSL0.170.660.51
HSV62°78°83°
CMYK 0.020.000.78   0.17
XYZ49.768860.549611.6489
Yxy60.54960.40810.4964
Hunter Lab77.8136-22.007145.5937
CIE-Lab82.1360-19.995874.2551

#cfd42e color RGB value is (207,212,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 00101110
Octal 317 324 56
Decimal 207 212 46
Hex CF D4 2E

RGB Percentages of Color #cfd42e

%44.52
%45.59
%9.89

CMYK Percentages of Color #cfd42e

%2
%0
%78
%17

Triadic Colors of #cfd42e

#cfd42e #2ecfd4 #d42ecf

Analogous Colors of #cfd42e

#cfd42e #7cd42e #d4862e

Monochromatic Colors of #cfd42e

#cfd42e

Complementary Color

#cfd42e #332ed4

#cfd42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd42e Color CSS Codes

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

#cfd42e Text Font Color

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

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


#cfd42e Background Color

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

This div background color is #cfd42e


#cfd42e Border Color

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

This div border color is #cfd42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd42e


Comments

No comments written yet.

Please login to write comment.