Color Hex Logo

#cfdb6e Color Hex

#CFDB6E
(207,219,110)
0 Favorites   0 Comments

Color spaces of #cfdb6e

RGB 207219110
HSL0.190.600.65
HSV67°50°86°
CMYK 0.050.000.50   0.14
XYZ53.878165.054224.4689
Yxy65.05420.37570.4537
Hunter Lab80.6562-21.910838.4723
CIE-Lab84.5117-19.436051.7012

#cfdb6e color RGB value is (207,219,110).

#cfdb6e hex color red value is 207, green value is 219 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cfdb6e hue: 0.19 , saturation: 0.60 and the lightness value of cfdb6e is 0.65.

The process color (four color CMYK) of #cfdb6e color hex is 0.05, 0.00, 0.50, 0.14. Web safe color of #cfdb6e is #cccc66. Color #cfdb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 01101110
Octal 317 333 156
Decimal 207 219 110
Hex CF DB 6E

RGB Percentages of Color #cfdb6e

%38.62
%40.86
%20.52

CMYK Percentages of Color #cfdb6e

%5
%0
%50
%14

Triadic Colors of #cfdb6e

#cfdb6e #6ecfdb #db6ecf

Analogous Colors of #cfdb6e

#cfdb6e #99db6e #dbb16e

Monochromatic Colors of #cfdb6e

#cfdb6e

Complementary Color

#cfdb6e #7a6edb

#cfdb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdb6e Color CSS Codes

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

#cfdb6e Text Font Color

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

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


#cfdb6e Background Color

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

This div background color is #cfdb6e


#cfdb6e Border Color

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

This div border color is #cfdb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdb6e

#cfdb6e Color Palettes


Comments

No comments written yet.

Please login to write comment.