Color Hex Logo

#cfd54f Color Hex

#CFD54F
(207,213,79)
0 Favorites   0 Comments

Color spaces of #cfd54f

RGB 20721379
HSL0.170.610.57
HSV63°63°84°
CMYK 0.030.000.63   0.16
XYZ50.937761.418416.5674
Yxy61.41840.39510.4764
Hunter Lab78.3699-21.128542.3250
CIE-Lab82.6032-18.878763.2324

#cfd54f color RGB value is (207,213,79).

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

The process color (four color CMYK) of #cfd54f color hex is 0.03, 0.00, 0.63, 0.16. Web safe color of #cfd54f is #cccc66. Color #cfd54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010101 01001111
Octal 317 325 117
Decimal 207 213 79
Hex CF D5 4F

RGB Percentages of Color #cfd54f

%41.48
%42.69
%15.83

CMYK Percentages of Color #cfd54f

%3
%0
%63
%16

Triadic Colors of #cfd54f

#cfd54f #4fcfd5 #d54fcf

Analogous Colors of #cfd54f

#cfd54f #8cd54f #d5984f

Monochromatic Colors of #cfd54f

#cfd54f

Complementary Color

#cfd54f #554fd5

#cfd54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd54f Color CSS Codes

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

#cfd54f Text Font Color

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

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


#cfd54f Background Color

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

This div background color is #cfd54f


#cfd54f Border Color

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

This div border color is #cfd54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd54f


Comments

No comments written yet.

Please login to write comment.