Color Hex Logo

#cfd689 Color Hex

#CFD689
(207,214,137)
0 Favorites   0 Comments

Color spaces of #cfd689

RGB 207214137
HSL0.180.480.69
HSV65°36°84°
CMYK 0.030.000.36   0.16
XYZ54.294163.164732.9973
Yxy63.16470.36090.4198
Hunter Lab79.4762-17.141331.0171
CIE-Lab83.5290-14.137937.2625

#cfd689 color RGB value is (207,214,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10001001
Octal 317 326 211
Decimal 207 214 137
Hex CF D6 89

RGB Percentages of Color #cfd689

%37.10
%38.35
%24.55

CMYK Percentages of Color #cfd689

%3
%0
%36
%16

Triadic Colors of #cfd689

#cfd689 #89cfd6 #d689cf

Analogous Colors of #cfd689

#cfd689 #a9d689 #d6b789

Monochromatic Colors of #cfd689

#cfd689

Complementary Color

#cfd689 #9089d6

#cfd689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd689 Color CSS Codes

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

#cfd689 Text Font Color

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

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


#cfd689 Background Color

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

This div background color is #cfd689


#cfd689 Border Color

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

This div border color is #cfd689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd689


Comments

No comments written yet.

Please login to write comment.