Color Hex Logo

#7db929 Color Hex

#7DB929
(125,185,41)
0 Favorites   0 Comments

Color spaces of #7db929

RGB 12518541
HSL0.240.640.44
HSV85°78°73°
CMYK 0.320.000.78   0.27
XYZ26.206639.21808.2864
Yxy39.21800.35550.5321
Hunter Lab62.6243-34.895035.9918
CIE-Lab68.9089-40.554261.6396

#7db929 color RGB value is (125,185,41).

#7db929 hex color red value is 125, green value is 185 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7db929 hue: 0.24 , saturation: 0.64 and the lightness value of 7db929 is 0.44.

The process color (four color CMYK) of #7db929 color hex is 0.32, 0.00, 0.78, 0.27. Web safe color of #7db929 is #66cc33. Color #7db929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111001 00101001
Octal 175 271 51
Decimal 125 185 41
Hex 7D B9 29

RGB Percentages of Color #7db929

%35.61
%52.71
%11.68

CMYK Percentages of Color #7db929

%32
%0
%78
%27

Triadic Colors of #7db929

#7db929 #297db9 #b9297d

Analogous Colors of #7db929

#7db929 #35b929 #b9ad29

Monochromatic Colors of #7db929

#7db929

Complementary Color

#7db929 #6529b9

#7db929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db929 Color CSS Codes

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

#7db929 Text Font Color

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

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


#7db929 Background Color

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

This div background color is #7db929


#7db929 Border Color

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

This div border color is #7db929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db929


Comments

No comments written yet.

Please login to write comment.