Color Hex Logo

#cfd68f Color Hex

#CFD68F
(207,214,143)
0 Favorites   0 Comments

Color spaces of #cfd68f

RGB 207214143
HSL0.180.460.70
HSV66°33°84°
CMYK 0.030.000.33   0.16
XYZ54.736663.341735.3278
Yxy63.34170.35680.4129
Hunter Lab79.5875-16.514129.3932
CIE-Lab83.6218-13.414234.3316

#cfd68f color RGB value is (207,214,143).

#cfd68f hex color red value is 207, green value is 214 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cfd68f hue: 0.18 , saturation: 0.46 and the lightness value of cfd68f is 0.70.

The process color (four color CMYK) of #cfd68f color hex is 0.03, 0.00, 0.33, 0.16. Web safe color of #cfd68f is #cccc99. Color #cfd68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10001111
Octal 317 326 217
Decimal 207 214 143
Hex CF D6 8F

RGB Percentages of Color #cfd68f

%36.70
%37.94
%25.35

CMYK Percentages of Color #cfd68f

%3
%0
%33
%16

Triadic Colors of #cfd68f

#cfd68f #8fcfd6 #d68fcf

Analogous Colors of #cfd68f

#cfd68f #acd68f #d6ba8f

Monochromatic Colors of #cfd68f

#cfd68f

Complementary Color

#cfd68f #968fd6

#cfd68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd68f Color CSS Codes

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

#cfd68f Text Font Color

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

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


#cfd68f Background Color

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

This div background color is #cfd68f


#cfd68f Border Color

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

This div border color is #cfd68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd68f


Comments

No comments written yet.

Please login to write comment.