Color Hex Logo

#30aaef Color Hex

#30AAEF
(48,170,239)
0 Favorites   0 Comments

Color spaces of #30aaef

RGB 48170239
HSL0.560.860.56
HSV202°80°94°
CMYK 0.800.290.00   0.06
XYZ31.173635.609886.8917
Yxy35.60980.20290.2317
Hunter Lab59.6739-11.1812-44.5609
CIE-Lab66.2207-9.5845-43.7511

#30aaef color RGB value is (48,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11101111
Octal 60 252 357
Decimal 48 170 239
Hex 30 AA EF

RGB Percentages of Color #30aaef

%10.50
%37.20
%52.30

CMYK Percentages of Color #30aaef

%80
%29
%0
%6

Triadic Colors of #30aaef

#30aaef #ef30aa #aaef30

Analogous Colors of #30aaef

#30aaef #304aef #30efd5

Monochromatic Colors of #30aaef

#30aaef

Complementary Color

#30aaef #ef7530

#30aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aaef Color CSS Codes

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

#30aaef Text Font Color

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

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


#30aaef Background Color

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

This div background color is #30aaef


#30aaef Border Color

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

This div border color is #30aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aaef


Comments

No comments written yet.

Please login to write comment.