Color Hex Logo

#cfd37f Color Hex

#CFD37F
(207,211,127)
0 Favorites   0 Comments

Color spaces of #cfd37f

RGB 207211127
HSL0.170.490.66
HSV63°40°83°
CMYK 0.020.000.40   0.17
XYZ52.857261.386229.1415
Yxy61.38620.36860.4281
Hunter Lab78.3493-16.689032.7920
CIE-Lab82.5859-13.765741.0873

#cfd37f color RGB value is (207,211,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010011 01111111
Octal 317 323 177
Decimal 207 211 127
Hex CF D3 7F

RGB Percentages of Color #cfd37f

%37.98
%38.72
%23.30

CMYK Percentages of Color #cfd37f

%2
%0
%40
%17

Triadic Colors of #cfd37f

#cfd37f #7fcfd3 #d37fcf

Analogous Colors of #cfd37f

#cfd37f #a5d37f #d3ad7f

Monochromatic Colors of #cfd37f

#cfd37f

Complementary Color

#cfd37f #837fd3

#cfd37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd37f Color CSS Codes

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

#cfd37f Text Font Color

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

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


#cfd37f Background Color

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

This div background color is #cfd37f


#cfd37f Border Color

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

This div border color is #cfd37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd37f


Comments

No comments written yet.

Please login to write comment.