Color Hex Logo

#cfd872 Color Hex

#CFD872
(207,216,114)
0 Favorites   0 Comments

Color spaces of #cfd872

RGB 207216114
HSL0.180.570.65
HSV65°47°85°
CMYK 0.040.000.47   0.15
XYZ53.325363.592025.3835
Yxy63.59200.37470.4469
Hunter Lab79.7446-20.189936.9486
CIE-Lab83.7529-17.585548.8965

#cfd872 color RGB value is (207,216,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011000 01110010
Octal 317 330 162
Decimal 207 216 114
Hex CF D8 72

RGB Percentages of Color #cfd872

%38.55
%40.22
%21.23

CMYK Percentages of Color #cfd872

%4
%0
%47
%15

Triadic Colors of #cfd872

#cfd872 #72cfd8 #d872cf

Analogous Colors of #cfd872

#cfd872 #9cd872 #d8ae72

Monochromatic Colors of #cfd872

#cfd872

Complementary Color

#cfd872 #7b72d8

#cfd872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd872 Color CSS Codes

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

#cfd872 Text Font Color

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

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


#cfd872 Background Color

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

This div background color is #cfd872


#cfd872 Border Color

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

This div border color is #cfd872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd872


Comments

No comments written yet.

Please login to write comment.