Color Hex Logo

#cfd816 Color Hex

#CFD816
(207,216,22)
0 Favorites   0 Comments

Color spaces of #cfd816

RGB 20721622
HSL0.170.820.47
HSV63°90°85°
CMYK 0.040.000.90   0.15
XYZ50.432862.435110.1521
Yxy62.43510.41000.5075
Hunter Lab79.0159-24.348147.6934
CIE-Lab83.1443-22.557480.2479

#cfd816 color RGB value is (207,216,22).

#cfd816 hex color red value is 207, green value is 216 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #cfd816 hue: 0.17 , saturation: 0.82 and the lightness value of cfd816 is 0.47.

The process color (four color CMYK) of #cfd816 color hex is 0.04, 0.00, 0.90, 0.15. Web safe color of #cfd816 is #cccc00. Color #cfd816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011000 00010110
Octal 317 330 26
Decimal 207 216 22
Hex CF D8 16

RGB Percentages of Color #cfd816

%46.52
%48.54
%4.94

CMYK Percentages of Color #cfd816

%4
%0
%90
%15

Triadic Colors of #cfd816

#cfd816 #16cfd8 #d816cf

Analogous Colors of #cfd816

#cfd816 #6ed816 #d88016

Monochromatic Colors of #cfd816

#cfd816

Complementary Color

#cfd816 #1f16d8

#cfd816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd816 Color CSS Codes

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

#cfd816 Text Font Color

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

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


#cfd816 Background Color

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

This div background color is #cfd816


#cfd816 Border Color

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

This div border color is #cfd816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd816


Comments

No comments written yet.

Please login to write comment.