Color Hex Logo

#cfd68d Color Hex

#CFD68D
(207,214,141)
0 Favorites   0 Comments

Color spaces of #cfd68d

RGB 207214141
HSL0.180.470.70
HSV66°34°84°
CMYK 0.030.000.34   0.16
XYZ54.586463.281634.5369
Yxy63.28160.35820.4152
Hunter Lab79.5497-16.726729.9438
CIE-Lab83.5903-13.659235.3106

#cfd68d color RGB value is (207,214,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10001101
Octal 317 326 215
Decimal 207 214 141
Hex CF D6 8D

RGB Percentages of Color #cfd68d

%36.83
%38.08
%25.09

CMYK Percentages of Color #cfd68d

%3
%0
%34
%16

Triadic Colors of #cfd68d

#cfd68d #8dcfd6 #d68dcf

Analogous Colors of #cfd68d

#cfd68d #abd68d #d6b98d

Monochromatic Colors of #cfd68d

#cfd68d

Complementary Color

#cfd68d #948dd6

#cfd68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd68d Color CSS Codes

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

#cfd68d Text Font Color

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

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


#cfd68d Background Color

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

This div background color is #cfd68d


#cfd68d Border Color

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

This div border color is #cfd68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd68d


Comments

No comments written yet.

Please login to write comment.