Color Hex Logo

#30afee Color Hex

#30AFEE
(48,175,238)
0 Favorites   0 Comments

Color spaces of #30afee

RGB 48175238
HSL0.560.850.56
HSV200°80°93°
CMYK 0.800.260.00   0.07
XYZ31.981537.461486.4341
Yxy37.46140.20520.2403
Hunter Lab61.2057-13.8393-40.8847
CIE-Lab67.6218-12.6702-41.0092

#30afee color RGB value is (48,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 11101110
Octal 60 257 356
Decimal 48 175 238
Hex 30 AF EE

RGB Percentages of Color #30afee

%10.41
%37.96
%51.63

CMYK Percentages of Color #30afee

%80
%26
%0
%7

Triadic Colors of #30afee

#30afee #ee30af #afee30

Analogous Colors of #30afee

#30afee #3050ee #30eece

Monochromatic Colors of #30afee

#30afee

Complementary Color

#30afee #ee6f30

#30afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afee Color CSS Codes

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

#30afee Text Font Color

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

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


#30afee Background Color

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

This div background color is #30afee


#30afee Border Color

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

This div border color is #30afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afee


Comments

No comments written yet.

Please login to write comment.