Color Hex Logo

#30aceb Color Hex

#30ACEB
(48,172,235)
0 Favorites   0 Comments

Color spaces of #30aceb

RGB 48172235
HSL0.560.820.55
HSV200°80°92°
CMYK 0.800.270.00   0.08
XYZ30.966836.131683.9392
Yxy36.13160.20500.2392
Hunter Lab60.1096-13.2334-40.7180
CIE-Lab66.6204-12.0714-40.9366

#30aceb color RGB value is (48,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101100 11101011
Octal 60 254 353
Decimal 48 172 235
Hex 30 AC EB

RGB Percentages of Color #30aceb

%10.55
%37.80
%51.65

CMYK Percentages of Color #30aceb

%80
%27
%0
%8

Triadic Colors of #30aceb

#30aceb #eb30ac #aceb30

Analogous Colors of #30aceb

#30aceb #304feb #30ebcd

Monochromatic Colors of #30aceb

#30aceb

Complementary Color

#30aceb #eb6f30

#30aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aceb Color CSS Codes

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

#30aceb Text Font Color

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

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


#30aceb Background Color

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

This div background color is #30aceb


#30aceb Border Color

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

This div border color is #30aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aceb


Comments

No comments written yet.

Please login to write comment.