Color Hex Logo

#30afbe Color Hex

#30AFBE
(48,175,190)
0 Favorites   0 Comments

Color spaces of #30afbe

RGB 48175190
HSL0.520.600.47
HSV186°75°75°
CMYK 0.750.080.00   0.25
XYZ25.843235.006054.1100
Yxy35.00600.22480.3045
Hunter Lab59.1659-25.5728-12.8074
CIE-Lab65.7533-28.4639-17.4632

#30afbe color RGB value is (48,175,190).

#30afbe hex color red value is 48, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #30afbe hue: 0.52 , saturation: 0.60 and the lightness value of 30afbe is 0.47.

The process color (four color CMYK) of #30afbe color hex is 0.75, 0.08, 0.00, 0.25. Web safe color of #30afbe is #3399cc. Color #30afbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 10111110
Octal 60 257 276
Decimal 48 175 190
Hex 30 AF BE

RGB Percentages of Color #30afbe

%11.62
%42.37
%46.00

CMYK Percentages of Color #30afbe

%75
%8
%0
%25

Triadic Colors of #30afbe

#30afbe #be30af #afbe30

Analogous Colors of #30afbe

#30afbe #3068be #30be86

Monochromatic Colors of #30afbe

#30afbe

Complementary Color

#30afbe #be3f30

#30afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afbe Color CSS Codes

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

#30afbe Text Font Color

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

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


#30afbe Background Color

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

This div background color is #30afbe


#30afbe Border Color

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

This div border color is #30afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afbe


Comments

No comments written yet.

Please login to write comment.