Color Hex Logo

#30acf8 Color Hex

#30ACF8
(48,172,248)
0 Favorites   0 Comments

Color spaces of #30acf8

RGB 48172248
HSL0.560.930.58
HSV203°81°97°
CMYK 0.810.310.00   0.03
XYZ32.914736.910794.1966
Yxy36.91070.20070.2250
Hunter Lab60.7542-9.6141-49.3985
CIE-Lab67.2100-7.5451-47.1047

#30acf8 color RGB value is (48,172,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101100 11111000
Octal 60 254 370
Decimal 48 172 248
Hex 30 AC F8

RGB Percentages of Color #30acf8

%10.26
%36.75
%52.99

CMYK Percentages of Color #30acf8

%81
%31
%0
%3

Triadic Colors of #30acf8

#30acf8 #f830ac #acf830

Analogous Colors of #30acf8

#30acf8 #3048f8 #30f8e0

Monochromatic Colors of #30acf8

#30acf8

Complementary Color

#30acf8 #f87c30

#30acf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30acf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30acf8 Color CSS Codes

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

#30acf8 Text Font Color

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

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


#30acf8 Background Color

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

This div background color is #30acf8


#30acf8 Border Color

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

This div border color is #30acf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30acf8


Comments

No comments written yet.

Please login to write comment.