Color Hex Logo

#30eadd Color Hex

#30EADD
(48,234,221)
0 Favorites   0 Comments

Color spaces of #30eadd

RGB 48234221
HSL0.490.820.55
HSV176°79°92°
CMYK 0.790.000.06   0.08
XYZ43.692964.694578.5910
Yxy64.69450.23370.3460
Hunter Lab80.4329-43.7925-1.6293
CIE-Lab84.3261-46.5523-6.4289

#30eadd color RGB value is (48,234,221).

#30eadd hex color red value is 48, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #30eadd hue: 0.49 , saturation: 0.82 and the lightness value of 30eadd is 0.55.

The process color (four color CMYK) of #30eadd color hex is 0.79, 0.00, 0.06, 0.08. Web safe color of #30eadd is #33ffcc. Color #30eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101010 11011101
Octal 60 352 335
Decimal 48 234 221
Hex 30 EA DD

RGB Percentages of Color #30eadd

%9.54
%46.52
%43.94

CMYK Percentages of Color #30eadd

%79
%0
%6
%8

Triadic Colors of #30eadd

#30eadd #dd30ea #eadd30

Analogous Colors of #30eadd

#30eadd #309aea #30ea80

Monochromatic Colors of #30eadd

#30eadd

Complementary Color

#30eadd #ea303d

#30eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eadd Color CSS Codes

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

#30eadd Text Font Color

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

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


#30eadd Background Color

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

This div background color is #30eadd


#30eadd Border Color

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

This div border color is #30eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eadd


Comments

No comments written yet.

Please login to write comment.