Color Hex Logo

#cfd480 Color Hex

#CFD480
(207,212,128)
0 Favorites   0 Comments

Color spaces of #cfd480

RGB 207212128
HSL0.180.490.67
HSV64°40°83°
CMYK 0.020.000.40   0.17
XYZ53.171961.910929.5696
Yxy61.91090.36760.4280
Hunter Lab78.6835-17.071232.7970
CIE-Lab82.8660-14.158640.9421

#cfd480 color RGB value is (207,212,128).

#cfd480 hex color red value is 207, green value is 212 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cfd480 hue: 0.18 , saturation: 0.49 and the lightness value of cfd480 is 0.67.

The process color (four color CMYK) of #cfd480 color hex is 0.02, 0.00, 0.40, 0.17. Web safe color of #cfd480 is #cccc99. Color #cfd480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 10000000
Octal 317 324 200
Decimal 207 212 128
Hex CF D4 80

RGB Percentages of Color #cfd480

%37.84
%38.76
%23.40

CMYK Percentages of Color #cfd480

%2
%0
%40
%17

Triadic Colors of #cfd480

#cfd480 #80cfd4 #d480cf

Analogous Colors of #cfd480

#cfd480 #a5d480 #d4af80

Monochromatic Colors of #cfd480

#cfd480

Complementary Color

#cfd480 #8580d4

#cfd480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd480 Color CSS Codes

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

#cfd480 Text Font Color

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

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


#cfd480 Background Color

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

This div background color is #cfd480


#cfd480 Border Color

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

This div border color is #cfd480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd480


Comments

No comments written yet.

Please login to write comment.