Color Hex Logo

#cfdb89 Color Hex

#CFDB89
(207,219,137)
0 Favorites   0 Comments

Color spaces of #cfdb89

RGB 207219137
HSL0.190.530.70
HSV69°37°86°
CMYK 0.050.000.37   0.14
XYZ55.579065.734633.4256
Yxy65.73460.35920.4248
Hunter Lab81.0769-19.521032.3103
CIE-Lab84.8609-16.631738.9801

#cfdb89 color RGB value is (207,219,137).

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

The process color (four color CMYK) of #cfdb89 color hex is 0.05, 0.00, 0.37, 0.14. Web safe color of #cfdb89 is #cccc99. Color #cfdb89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 10001001
Octal 317 333 211
Decimal 207 219 137
Hex CF DB 89

RGB Percentages of Color #cfdb89

%36.77
%38.90
%24.33

CMYK Percentages of Color #cfdb89

%5
%0
%37
%14

Triadic Colors of #cfdb89

#cfdb89 #89cfdb #db89cf

Analogous Colors of #cfdb89

#cfdb89 #a6db89 #dbbe89

Monochromatic Colors of #cfdb89

#cfdb89

Complementary Color

#cfdb89 #9589db

#cfdb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdb89 Color CSS Codes

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

#cfdb89 Text Font Color

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

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


#cfdb89 Background Color

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

This div background color is #cfdb89


#cfdb89 Border Color

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

This div border color is #cfdb89


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,219,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 #cfdb89">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdb89


Comments

No comments written yet.

Please login to write comment.