Color Hex Logo

#cfd46f Color Hex

#CFD46F
(207,212,111)
0 Favorites   0 Comments

Color spaces of #cfd46f

RGB 207212111
HSL0.170.540.63
HSV63°48°83°
CMYK 0.020.000.48   0.17
XYZ52.144961.500124.1613
Yxy61.50010.37840.4463
Hunter Lab78.4220-18.549036.6285
CIE-Lab82.6469-15.883748.9977

#cfd46f color RGB value is (207,212,111).

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

The process color (four color CMYK) of #cfd46f color hex is 0.02, 0.00, 0.48, 0.17. Web safe color of #cfd46f is #cccc66. Color #cfd46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01101111
Octal 317 324 157
Decimal 207 212 111
Hex CF D4 6F

RGB Percentages of Color #cfd46f

%39.06
%40.00
%20.94

CMYK Percentages of Color #cfd46f

%2
%0
%48
%17

Triadic Colors of #cfd46f

#cfd46f #6fcfd4 #d46fcf

Analogous Colors of #cfd46f

#cfd46f #9dd46f #d4a76f

Monochromatic Colors of #cfd46f

#cfd46f

Complementary Color

#cfd46f #746fd4

#cfd46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd46f Color CSS Codes

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

#cfd46f Text Font Color

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

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


#cfd46f Background Color

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

This div background color is #cfd46f


#cfd46f Border Color

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

This div border color is #cfd46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd46f

#cfd46f Color Palettes


Comments

No comments written yet.

Please login to write comment.