Color Hex Logo

#cfdb7e Color Hex

#CFDB7E
(207,219,126)
0 Favorites   0 Comments

Color spaces of #cfdb7e

RGB 207219126
HSL0.190.560.68
HSV68°42°86°
CMYK 0.050.000.42   0.14
XYZ54.829565.434829.4790
Yxy65.43480.36620.4370
Hunter Lab80.8918-20.571035.0175
CIE-Lab84.7073-17.857744.2492

#cfdb7e color RGB value is (207,219,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 01111110
Octal 317 333 176
Decimal 207 219 126
Hex CF DB 7E

RGB Percentages of Color #cfdb7e

%37.50
%39.67
%22.83

CMYK Percentages of Color #cfdb7e

%5
%0
%42
%14

Triadic Colors of #cfdb7e

#cfdb7e #7ecfdb #db7ecf

Analogous Colors of #cfdb7e

#cfdb7e #a1db7e #dbb97e

Monochromatic Colors of #cfdb7e

#cfdb7e

Complementary Color

#cfdb7e #8a7edb

#cfdb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdb7e Color CSS Codes

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

#cfdb7e Text Font Color

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

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


#cfdb7e Background Color

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

This div background color is #cfdb7e


#cfdb7e Border Color

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

This div border color is #cfdb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdb7e


Comments

No comments written yet.

Please login to write comment.