Color Hex Logo

#cfd449 Color Hex

#CFD449
(207,212,73)
0 Favorites   0 Comments

Color spaces of #cfd449

RGB 20721273
HSL0.170.620.56
HSV62°66°83°
CMYK 0.020.000.66   0.17
XYZ50.478260.833415.3849
Yxy60.83340.39840.4802
Hunter Lab77.9958-20.968942.9019
CIE-Lab82.2891-18.749965.2942

#cfd449 color RGB value is (207,212,73).

#cfd449 hex color red value is 207, green value is 212 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cfd449 hue: 0.17 , saturation: 0.62 and the lightness value of cfd449 is 0.56.

The process color (four color CMYK) of #cfd449 color hex is 0.02, 0.00, 0.66, 0.17. Web safe color of #cfd449 is #cccc33. Color #cfd449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01001001
Octal 317 324 111
Decimal 207 212 73
Hex CF D4 49

RGB Percentages of Color #cfd449

%42.07
%43.09
%14.84

CMYK Percentages of Color #cfd449

%2
%0
%66
%17

Triadic Colors of #cfd449

#cfd449 #49cfd4 #d449cf

Analogous Colors of #cfd449

#cfd449 #8ad449 #d49449

Monochromatic Colors of #cfd449

#cfd449

Complementary Color

#cfd449 #4e49d4

#cfd449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd449 Color CSS Codes

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

#cfd449 Text Font Color

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

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


#cfd449 Background Color

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

This div background color is #cfd449


#cfd449 Border Color

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

This div border color is #cfd449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd449


Comments

No comments written yet.

Please login to write comment.