Color Hex Logo

#c8c750 Color Hex

#C8C750
(200,199,80)
0 Favorites   0 Comments

Color spaces of #c8c750

RGB 20019980
HSL0.170.520.55
HSV60°60°78°
CMYK 0.000.000.60   0.22
XYZ45.690853.705415.5474
Yxy53.70540.39750.4672
Hunter Lab73.2840-16.956538.7202
CIE-Lab78.2896-14.739058.0331

#c8c750 color RGB value is (200,199,80).

#c8c750 hex color red value is 200, green value is 199 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c8c750 hue: 0.17 , saturation: 0.52 and the lightness value of c8c750 is 0.55.

The process color (four color CMYK) of #c8c750 color hex is 0.00, 0.00, 0.60, 0.22. Web safe color of #c8c750 is #cccc66. Color #c8c750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11000111 01010000
Octal 310 307 120
Decimal 200 199 80
Hex C8 C7 50

RGB Percentages of Color #c8c750

%41.75
%41.54
%16.70

CMYK Percentages of Color #c8c750

%0
%0
%60
%22

Triadic Colors of #c8c750

#c8c750 #50c8c7 #c750c8

Analogous Colors of #c8c750

#c8c750 #8dc850 #c88b50

Monochromatic Colors of #c8c750

#c8c750

Complementary Color

#c8c750 #5051c8

#c8c750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8c750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8c750 Color CSS Codes

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

#c8c750 Text Font Color

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

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


#c8c750 Background Color

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

This div background color is #c8c750


#c8c750 Border Color

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

This div border color is #c8c750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8c750


Comments

No comments written yet.

Please login to write comment.