Color Hex Logo

#30dfad Color Hex

#30DFAD
(48,223,173)
0 Favorites   0 Comments

Color spaces of #30dfad

RGB 48223173
HSL0.450.730.53
HSV163°78°87°
CMYK 0.780.000.22   0.13
XYZ35.149456.420948.5729
Yxy56.42090.25080.4026
Hunter Lab75.1138-47.920514.2394
CIE-Lab79.8528-54.267012.4453

#30dfad color RGB value is (48,223,173).

#30dfad hex color red value is 48, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #30dfad hue: 0.45 , saturation: 0.73 and the lightness value of 30dfad is 0.53.

The process color (four color CMYK) of #30dfad color hex is 0.78, 0.00, 0.22, 0.13. Web safe color of #30dfad is #33cc99. Color #30dfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011111 10101101
Octal 60 337 255
Decimal 48 223 173
Hex 30 DF AD

RGB Percentages of Color #30dfad

%10.81
%50.23
%38.96

CMYK Percentages of Color #30dfad

%78
%0
%22
%13

Triadic Colors of #30dfad

#30dfad #ad30df #dfad30

Analogous Colors of #30dfad

#30dfad #30badf #30df56

Monochromatic Colors of #30dfad

#30dfad

Complementary Color

#30dfad #df3062

#30dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dfad Color CSS Codes

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

#30dfad Text Font Color

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

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


#30dfad Background Color

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

This div background color is #30dfad


#30dfad Border Color

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

This div border color is #30dfad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,223,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30dfad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30dfad;
  -webkit-box-shadow: 1px 1px 3px 2px #30dfad;
  box-shadow:         1px 1px 3px 2px #30dfad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dfad


Comments

No comments written yet.

Please login to write comment.