Color Hex Logo

#30aefa Color Hex

#30AEFA
(48,174,250)
0 Favorites   0 Comments

Color spaces of #30aefa

RGB 48174250
HSL0.560.950.58
HSV203°81°98°
CMYK 0.810.300.00   0.02
XYZ33.610337.802695.9677
Yxy37.80260.20080.2258
Hunter Lab61.4838-10.0192-49.5048
CIE-Lab67.8749-7.9548-47.1453

#30aefa color RGB value is (48,174,250).

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

The process color (four color CMYK) of #30aefa color hex is 0.81, 0.30, 0.00, 0.02. Web safe color of #30aefa is #3399ff. Color #30aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 11111010
Octal 60 256 372
Decimal 48 174 250
Hex 30 AE FA

RGB Percentages of Color #30aefa

%10.17
%36.86
%52.97

CMYK Percentages of Color #30aefa

%81
%30
%0
%2

Triadic Colors of #30aefa

#30aefa #fa30ae #aefa30

Analogous Colors of #30aefa

#30aefa #3049fa #30fae1

Monochromatic Colors of #30aefa

#30aefa

Complementary Color

#30aefa #fa7c30

#30aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aefa Color CSS Codes

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

#30aefa Text Font Color

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

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


#30aefa Background Color

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

This div background color is #30aefa


#30aefa Border Color

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

This div border color is #30aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aefa

Related Colors


Comments

No comments written yet.

Please login to write comment.