Color Hex Logo

#30eafe Color Hex

#30EAFE
(48,234,254)
0 Favorites   0 Comments

Color spaces of #30eafe

RGB 48234254
HSL0.520.990.59
HSV186°81°100°
CMYK 0.810.080.00   0.00
XYZ48.531166.6298104.0689
Yxy66.62980.22140.3039
Hunter Lab81.6271-36.7208-18.4517
CIE-Lab85.3167-37.0743-22.3240

#30eafe color RGB value is (48,234,254).

#30eafe hex color red value is 48, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #30eafe hue: 0.52 , saturation: 0.99 and the lightness value of 30eafe is 0.59.

The process color (four color CMYK) of #30eafe color hex is 0.81, 0.08, 0.00, 0.00. Web safe color of #30eafe is #33ffff. Color #30eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101010 11111110
Octal 60 352 376
Decimal 48 234 254
Hex 30 EA FE

RGB Percentages of Color #30eafe

%8.96
%43.66
%47.39

CMYK Percentages of Color #30eafe

%81
%8
%0
%0

Triadic Colors of #30eafe

#30eafe #fe30ea #eafe30

Analogous Colors of #30eafe

#30eafe #3083fe #30feab

Monochromatic Colors of #30eafe

#30eafe

Complementary Color

#30eafe #fe4430

#30eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eafe Color CSS Codes

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

#30eafe Text Font Color

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

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


#30eafe Background Color

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

This div background color is #30eafe


#30eafe Border Color

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

This div border color is #30eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.