Color Hex Logo

#1db530 Color Hex

#1DB530
(29,181,48)
0 Favorites   0 Comments

Color spaces of #1db530

RGB 2918148
HSL0.350.720.41
HSV128°84°71°
CMYK 0.840.000.73   0.29
XYZ17.564133.52248.3410
Yxy33.52240.29560.5641
Hunter Lab57.8985-47.172731.9875
CIE-Lab64.5817-62.539853.9932

#1db530 color RGB value is (29,181,48).

#1db530 hex color red value is 29, green value is 181 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #1db530 hue: 0.35 , saturation: 0.72 and the lightness value of 1db530 is 0.41.

The process color (four color CMYK) of #1db530 color hex is 0.84, 0.00, 0.73, 0.29. Web safe color of #1db530 is #33cc33. Color #1db530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10110101 00110000
Octal 35 265 60
Decimal 29 181 48
Hex 1D B5 30

RGB Percentages of Color #1db530

%11.24
%70.16
%18.60

CMYK Percentages of Color #1db530

%84
%0
%73
%29

Triadic Colors of #1db530

#1db530 #301db5 #b5301d

Analogous Colors of #1db530

#1db530 #1db57c #56b51d

Monochromatic Colors of #1db530

#1db530

Complementary Color

#1db530 #b51da2

#1db530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db530 Color CSS Codes

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

#1db530 Text Font Color

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

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


#1db530 Background Color

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

This div background color is #1db530


#1db530 Border Color

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

This div border color is #1db530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,181,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1db530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1db530;
  -webkit-box-shadow: 1px 1px 3px 2px #1db530;
  box-shadow:         1px 1px 3px 2px #1db530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,181,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db530


Comments

No comments written yet.

Please login to write comment.