Color Hex Logo

#cfd673 Color Hex

#CFD673
(207,214,115)
0 Favorites   0 Comments

Color spaces of #cfd673

RGB 207214115
HSL0.180.550.65
HSV64°46°84°
CMYK 0.030.000.46   0.16
XYZ52.873262.596325.5152
Yxy62.59630.37500.4440
Hunter Lab79.1178-19.167436.2617
CIE-Lab83.2295-16.498347.7816

#cfd673 color RGB value is (207,214,115).

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

The process color (four color CMYK) of #cfd673 color hex is 0.03, 0.00, 0.46, 0.16. Web safe color of #cfd673 is #cccc66. Color #cfd673 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 01110011
Octal 317 326 163
Decimal 207 214 115
Hex CF D6 73

RGB Percentages of Color #cfd673

%38.62
%39.93
%21.46

CMYK Percentages of Color #cfd673

%3
%0
%46
%16

Triadic Colors of #cfd673

#cfd673 #73cfd6 #d673cf

Analogous Colors of #cfd673

#cfd673 #9ed673 #d6ac73

Monochromatic Colors of #cfd673

#cfd673

Complementary Color

#cfd673 #7a73d6

#cfd673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd673 Color CSS Codes

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

#cfd673 Text Font Color

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

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


#cfd673 Background Color

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

This div background color is #cfd673


#cfd673 Border Color

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

This div border color is #cfd673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd673


Comments

No comments written yet.

Please login to write comment.