Color Hex Logo

#c7d050 Color Hex

#C7D050
(199,208,80)
0 Favorites   0 Comments

Color spaces of #c7d050

RGB 19920880
HSL0.180.580.56
HSV64°62°82°
CMYK 0.040.000.62   0.18
XYZ47.557057.833116.2458
Yxy57.83310.39100.4755
Hunter Lab76.0481-21.458440.5678
CIE-Lab80.6459-19.633760.5533

#c7d050 color RGB value is (199,208,80).

#c7d050 hex color red value is 199, green value is 208 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c7d050 hue: 0.18 , saturation: 0.58 and the lightness value of c7d050 is 0.56.

The process color (four color CMYK) of #c7d050 color hex is 0.04, 0.00, 0.62, 0.18. Web safe color of #c7d050 is #cccc66. Color #c7d050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11010000 01010000
Octal 307 320 120
Decimal 199 208 80
Hex C7 D0 50

RGB Percentages of Color #c7d050

%40.86
%42.71
%16.43

CMYK Percentages of Color #c7d050

%4
%0
%62
%18

Triadic Colors of #c7d050

#c7d050 #50c7d0 #d050c7

Analogous Colors of #c7d050

#c7d050 #87d050 #d09950

Monochromatic Colors of #c7d050

#c7d050

Complementary Color

#c7d050 #5950d0

#c7d050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7d050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7d050 Color CSS Codes

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

#c7d050 Text Font Color

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

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


#c7d050 Background Color

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

This div background color is #c7d050


#c7d050 Border Color

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

This div border color is #c7d050


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,208,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7d050; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7d050;
  -webkit-box-shadow: 1px 1px 3px 2px #c7d050;
  box-shadow:         1px 1px 3px 2px #c7d050; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,208,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7d050


Comments

No comments written yet.

Please login to write comment.