Color Hex Logo

#30aaea Color Hex

#30AAEA
(48,170,234)
0 Favorites   0 Comments

Color spaces of #30aaea

RGB 48170234
HSL0.560.820.55
HSV201°79°92°
CMYK 0.790.270.00   0.08
XYZ30.444935.318383.0544
Yxy35.31830.20460.2373
Hunter Lab59.4292-12.5576-41.2594
CIE-Lab65.9957-11.3228-41.3669

#30aaea color RGB value is (48,170,234).

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

The process color (four color CMYK) of #30aaea color hex is 0.79, 0.27, 0.00, 0.08. Web safe color of #30aaea is #3399ff. Color #30aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11101010
Octal 60 252 352
Decimal 48 170 234
Hex 30 AA EA

RGB Percentages of Color #30aaea

%10.62
%37.61
%51.77

CMYK Percentages of Color #30aaea

%79
%27
%0
%8

Triadic Colors of #30aaea

#30aaea #ea30aa #aaea30

Analogous Colors of #30aaea

#30aaea #304dea #30eacd

Monochromatic Colors of #30aaea

#30aaea

Complementary Color

#30aaea #ea7030

#30aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aaea Color CSS Codes

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

#30aaea Text Font Color

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

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


#30aaea Background Color

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

This div background color is #30aaea


#30aaea Border Color

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

This div border color is #30aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aaea


Comments

No comments written yet.

Please login to write comment.