Color Hex Logo

#cfd772 Color Hex

#CFD772
(207,215,114)
0 Favorites   0 Comments

Color spaces of #cfd772

RGB 207215114
HSL0.180.560.65
HSV65°47°84°
CMYK 0.040.000.47   0.16
XYZ53.069863.081225.2984
Yxy63.08120.37520.4460
Hunter Lab79.4237-19.720236.7112
CIE-Lab83.4851-17.090948.5725

#cfd772 color RGB value is (207,215,114).

#cfd772 hex color red value is 207, green value is 215 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cfd772 hue: 0.18 , saturation: 0.56 and the lightness value of cfd772 is 0.65.

The process color (four color CMYK) of #cfd772 color hex is 0.04, 0.00, 0.47, 0.16. Web safe color of #cfd772 is #cccc66. Color #cfd772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010111 01110010
Octal 317 327 162
Decimal 207 215 114
Hex CF D7 72

RGB Percentages of Color #cfd772

%38.62
%40.11
%21.27

CMYK Percentages of Color #cfd772

%4
%0
%47
%16

Triadic Colors of #cfd772

#cfd772 #72cfd7 #d772cf

Analogous Colors of #cfd772

#cfd772 #9dd772 #d7ad72

Monochromatic Colors of #cfd772

#cfd772

Complementary Color

#cfd772 #7a72d7

#cfd772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd772 Color CSS Codes

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

#cfd772 Text Font Color

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

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


#cfd772 Background Color

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

This div background color is #cfd772


#cfd772 Border Color

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

This div border color is #cfd772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd772


Comments

No comments written yet.

Please login to write comment.