Color Hex Logo

#30aaee Color Hex

#30AAEE
(48,170,238)
0 Favorites   0 Comments

Color spaces of #30aaee

RGB 48170238
HSL0.560.850.56
HSV201°80°93°
CMYK 0.800.290.00   0.07
XYZ31.026335.550986.1157
Yxy35.55090.20320.2328
Hunter Lab59.6246-11.4586-43.8953
CIE-Lab66.1753-9.9330-43.2754

#30aaee color RGB value is (48,170,238).

#30aaee hex color red value is 48, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #30aaee hue: 0.56 , saturation: 0.85 and the lightness value of 30aaee is 0.56.

The process color (four color CMYK) of #30aaee color hex is 0.80, 0.29, 0.00, 0.07. Web safe color of #30aaee is #3399ff. Color #30aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11101110
Octal 60 252 356
Decimal 48 170 238
Hex 30 AA EE

RGB Percentages of Color #30aaee

%10.53
%37.28
%52.19

CMYK Percentages of Color #30aaee

%80
%29
%0
%7

Triadic Colors of #30aaee

#30aaee #ee30aa #aaee30

Analogous Colors of #30aaee

#30aaee #304bee #30eed3

Monochromatic Colors of #30aaee

#30aaee

Complementary Color

#30aaee #ee7430

#30aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aaee Color CSS Codes

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

#30aaee Text Font Color

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

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


#30aaee Background Color

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

This div background color is #30aaee


#30aaee Border Color

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

This div border color is #30aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aaee


Comments

No comments written yet.

Please login to write comment.