Color Hex Logo

#30aaec Color Hex

#30AAEC
(48,170,236)
0 Favorites   0 Comments

Color spaces of #30aaec

RGB 48170236
HSL0.560.830.56
HSV201°80°93°
CMYK 0.800.280.00   0.07
XYZ30.734035.434084.5765
Yxy35.43400.20390.2351
Hunter Lab59.5265-12.0103-42.5720
CIE-Lab66.0852-10.6289-42.3222

#30aaec color RGB value is (48,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11101100
Octal 60 252 354
Decimal 48 170 236
Hex 30 AA EC

RGB Percentages of Color #30aaec

%10.57
%37.44
%51.98

CMYK Percentages of Color #30aaec

%80
%28
%0
%7

Triadic Colors of #30aaec

#30aaec #ec30aa #aaec30

Analogous Colors of #30aaec

#30aaec #304cec #30ecd0

Monochromatic Colors of #30aaec

#30aaec

Complementary Color

#30aaec #ec7230

#30aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aaec Color CSS Codes

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

#30aaec Text Font Color

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

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


#30aaec Background Color

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

This div background color is #30aaec


#30aaec Border Color

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

This div border color is #30aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aaec


Comments

No comments written yet.

Please login to write comment.