Color Hex Logo

#30aeef Color Hex

#30AEEF
(48,174,239)
0 Favorites   0 Comments

Color spaces of #30aeef

RGB 48174239
HSL0.560.860.56
HSV200°80°94°
CMYK 0.800.270.00   0.06
XYZ31.935037.132587.1455
Yxy37.13250.20440.2377
Hunter Lab60.9364-13.0922-42.1354
CIE-Lab67.3763-11.7809-41.9391

#30aeef color RGB value is (48,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 11101111
Octal 60 256 357
Decimal 48 174 239
Hex 30 AE EF

RGB Percentages of Color #30aeef

%10.41
%37.74
%51.84

CMYK Percentages of Color #30aeef

%80
%27
%0
%6

Triadic Colors of #30aeef

#30aeef #ef30ae #aeef30

Analogous Colors of #30aeef

#30aeef #304eef #30efd1

Monochromatic Colors of #30aeef

#30aeef

Complementary Color

#30aeef #ef7130

#30aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aeef Color CSS Codes

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

#30aeef Text Font Color

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

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


#30aeef Background Color

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

This div background color is #30aeef


#30aeef Border Color

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

This div border color is #30aeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,174,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 #30aeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aeef


Comments

No comments written yet.

Please login to write comment.