Color Hex Logo

#7dcf05 Color Hex

#7DCF05
(125,207,5)
0 Favorites   0 Comments

Color spaces of #7dcf05

RGB 1252075
HSL0.230.950.42
HSV84°98°81°
CMYK 0.400.000.98   0.19
XYZ30.797748.99667.9777
Yxy48.99660.35090.5582
Hunter Lab69.9976-43.958942.2410
CIE-Lab75.4492-50.754273.9819

#7dcf05 color RGB value is (125,207,5).

#7dcf05 hex color red value is 125, green value is 207 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #7dcf05 hue: 0.23 , saturation: 0.95 and the lightness value of 7dcf05 is 0.42.

The process color (four color CMYK) of #7dcf05 color hex is 0.40, 0.00, 0.98, 0.19. Web safe color of #7dcf05 is #66cc00. Color #7dcf05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001111 00000101
Octal 175 317 5
Decimal 125 207 5
Hex 7D CF 5

RGB Percentages of Color #7dcf05

%37.09
%61.42
%1.48

CMYK Percentages of Color #7dcf05

%40
%0
%98
%19

Triadic Colors of #7dcf05

#7dcf05 #057dcf #cf057d

Analogous Colors of #7dcf05

#7dcf05 #18cf05 #cfbc05

Monochromatic Colors of #7dcf05

#7dcf05

Complementary Color

#7dcf05 #5705cf

#7dcf05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcf05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcf05 Color CSS Codes

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

#7dcf05 Text Font Color

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

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


#7dcf05 Background Color

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

This div background color is #7dcf05


#7dcf05 Border Color

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

This div border color is #7dcf05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,207,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dcf05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dcf05;
  -webkit-box-shadow: 1px 1px 3px 2px #7dcf05;
  box-shadow:         1px 1px 3px 2px #7dcf05; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcf05


Comments

No comments written yet.

Please login to write comment.