Color Hex Logo

#30aebd Color Hex

#30AEBD
(48,174,189)
0 Favorites   0 Comments

Color spaces of #30aebd

RGB 48174189
HSL0.520.590.46
HSV186°75°74°
CMYK 0.750.080.00   0.26
XYZ25.540334.574653.4716
Yxy34.57460.22490.3044
Hunter Lab58.8002-25.3675-12.7569
CIE-Lab65.4161-28.2809-17.4192

#30aebd color RGB value is (48,174,189).

#30aebd hex color red value is 48, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #30aebd hue: 0.52 , saturation: 0.59 and the lightness value of 30aebd is 0.46.

The process color (four color CMYK) of #30aebd color hex is 0.75, 0.08, 0.00, 0.26. Web safe color of #30aebd is #3399cc. Color #30aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 10111101
Octal 60 256 275
Decimal 48 174 189
Hex 30 AE BD

RGB Percentages of Color #30aebd

%11.68
%42.34
%45.99

CMYK Percentages of Color #30aebd

%75
%8
%0
%26

Triadic Colors of #30aebd

#30aebd #bd30ae #aebd30

Analogous Colors of #30aebd

#30aebd #3068bd #30bd86

Monochromatic Colors of #30aebd

#30aebd

Complementary Color

#30aebd #bd3f30

#30aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aebd Color CSS Codes

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

#30aebd Text Font Color

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

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


#30aebd Background Color

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

This div background color is #30aebd


#30aebd Border Color

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

This div border color is #30aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aebd


Comments

No comments written yet.

Please login to write comment.