Color Hex Logo

#30abae Color Hex

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

Color spaces of #30abae

RGB 48171174
HSL0.500.570.44
HSV181°72°68°
CMYK 0.720.020.00   0.32
XYZ23.421832.810245.1429
Yxy32.81020.23100.3237
Hunter Lab57.2802-27.2519-6.6307
CIE-Lab64.0069-31.3865-11.1898

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

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

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

Base Numbers

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

RGB Percentages of Color #30abae

%12.21
%43.51
%44.27

CMYK Percentages of Color #30abae

%72
%2
%0
%32

Triadic Colors of #30abae

#30abae #ae30ab #abae30

Analogous Colors of #30abae

#30abae #306cae #30ae72

Monochromatic Colors of #30abae

#30abae

Complementary Color

#30abae #ae3330

#30abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abae Color CSS Codes

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

#30abae Text Font Color

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

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


#30abae Background Color

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

This div background color is #30abae


#30abae Border Color

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

This div border color is #30abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abae


Comments

No comments written yet.

Please login to write comment.