Color Hex Logo

#c5d701 Color Hex

#C5D701
(197,215,1)
0 Favorites   0 Comments

Color spaces of #c5d701

RGB 1972151
HSL0.180.990.42
HSV65°100°84°
CMYK 0.080.001.00   0.16
XYZ47.331960.47349.2066
Yxy60.47340.40450.5168
Hunter Lab77.7646-27.443147.4159
CIE-Lab82.0948-26.506381.3462

#c5d701 color RGB value is (197,215,1).

#c5d701 hex color red value is 197, green value is 215 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c5d701 hue: 0.18 , saturation: 0.99 and the lightness value of c5d701 is 0.42.

The process color (four color CMYK) of #c5d701 color hex is 0.08, 0.00, 1.00, 0.16. Web safe color of #c5d701 is #cccc00. Color #c5d701 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010111 00000001
Octal 305 327 1
Decimal 197 215 1
Hex C5 D7 1

RGB Percentages of Color #c5d701

%47.70
%52.06
%0.24

CMYK Percentages of Color #c5d701

%8
%0
%100
%16

Triadic Colors of #c5d701

#c5d701 #01c5d7 #d701c5

Analogous Colors of #c5d701

#c5d701 #5ad701 #d77e01

Monochromatic Colors of #c5d701

#c5d701

Complementary Color

#c5d701 #1301d7

#c5d701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d701 Color CSS Codes

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

#c5d701 Text Font Color

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

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


#c5d701 Background Color

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

This div background color is #c5d701


#c5d701 Border Color

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

This div border color is #c5d701


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,215,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5d701; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5d701;
  -webkit-box-shadow: 1px 1px 3px 2px #c5d701;
  box-shadow:         1px 1px 3px 2px #c5d701; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,215,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d701


Comments

No comments written yet.

Please login to write comment.