Color Hex Logo

#30b7e5 Color Hex

#30B7E5
(48,183,229)
0 Favorites   0 Comments

Color spaces of #30b7e5

RGB 48183229
HSL0.540.780.54
HSV195°79°90°
CMYK 0.790.200.00   0.10
XYZ32.295340.152580.1768
Yxy40.15250.21160.2631
Hunter Lab63.3660-19.9157-30.6632
CIE-Lab69.5780-19.9686-33.0552

#30b7e5 color RGB value is (48,183,229).

#30b7e5 hex color red value is 48, green value is 183 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #30b7e5 hue: 0.54 , saturation: 0.78 and the lightness value of 30b7e5 is 0.54.

The process color (four color CMYK) of #30b7e5 color hex is 0.79, 0.20, 0.00, 0.10. Web safe color of #30b7e5 is #33cccc. Color #30b7e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10110111 11100101
Octal 60 267 345
Decimal 48 183 229
Hex 30 B7 E5

RGB Percentages of Color #30b7e5

%10.43
%39.78
%49.78

CMYK Percentages of Color #30b7e5

%79
%20
%0
%10

Triadic Colors of #30b7e5

#30b7e5 #e530b7 #b7e530

Analogous Colors of #30b7e5

#30b7e5 #305de5 #30e5b9

Monochromatic Colors of #30b7e5

#30b7e5

Complementary Color

#30b7e5 #e55e30

#30b7e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30b7e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30b7e5 Color CSS Codes

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

#30b7e5 Text Font Color

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

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


#30b7e5 Background Color

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

This div background color is #30b7e5


#30b7e5 Border Color

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

This div border color is #30b7e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30b7e5


Comments

No comments written yet.

Please login to write comment.