Color Hex Logo

#30aeab Color Hex

#30AEAB
(48,174,171)
0 Favorites   0 Comments

Color spaces of #30aeab

RGB 48174171
HSL0.500.570.44
HSV179°72°68°
CMYK 0.720.000.02   0.32
XYZ23.705733.840843.8106
Yxy33.84080.23390.3339
Hunter Lab58.1728-29.0629-3.9309
CIE-Lab64.8360-33.6987-8.2786

#30aeab color RGB value is (48,174,171).

#30aeab hex color red value is 48, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #30aeab hue: 0.50 , saturation: 0.57 and the lightness value of 30aeab is 0.44.

The process color (four color CMYK) of #30aeab color hex is 0.72, 0.00, 0.02, 0.32. Web safe color of #30aeab is #339999. Color #30aeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 10101011
Octal 60 256 253
Decimal 48 174 171
Hex 30 AE AB

RGB Percentages of Color #30aeab

%12.21
%44.27
%43.51

CMYK Percentages of Color #30aeab

%72
%0
%2
%32

Triadic Colors of #30aeab

#30aeab #ab30ae #aeab30

Analogous Colors of #30aeab

#30aeab #3072ae #30ae6c

Monochromatic Colors of #30aeab

#30aeab

Complementary Color

#30aeab #ae3033

#30aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aeab Color CSS Codes

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

#30aeab Text Font Color

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

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


#30aeab Background Color

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

This div background color is #30aeab


#30aeab Border Color

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

This div border color is #30aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aeab


Comments

No comments written yet.

Please login to write comment.