Color Hex Logo

#30abeb Color Hex

#30ABEB
(48,171,235)
0 Favorites   0 Comments

Color spaces of #30abeb

RGB 48171235
HSL0.560.820.55
HSV201°80°92°
CMYK 0.800.270.00   0.08
XYZ30.777235.752483.8760
Yxy35.75240.20460.2377
Hunter Lab59.7933-12.7596-41.3147
CIE-Lab66.3303-11.5248-41.3906

#30abeb color RGB value is (48,171,235).

#30abeb hex color red value is 48, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #30abeb hue: 0.56 , saturation: 0.82 and the lightness value of 30abeb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11101011
Octal 60 253 353
Decimal 48 171 235
Hex 30 AB EB

RGB Percentages of Color #30abeb

%10.57
%37.67
%51.76

CMYK Percentages of Color #30abeb

%80
%27
%0
%8

Triadic Colors of #30abeb

#30abeb #eb30ab #abeb30

Analogous Colors of #30abeb

#30abeb #304eeb #30ebce

Monochromatic Colors of #30abeb

#30abeb

Complementary Color

#30abeb #eb7030

#30abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abeb Color CSS Codes

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

#30abeb Text Font Color

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

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


#30abeb Background Color

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

This div background color is #30abeb


#30abeb Border Color

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

This div border color is #30abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abeb


Comments

No comments written yet.

Please login to write comment.