Color Hex Logo

#30acbe Color Hex

#30ACBE
(48,172,190)
0 Favorites   0 Comments

Color spaces of #30acbe

RGB 48172190
HSL0.520.600.47
HSV188°75°75°
CMYK 0.750.090.00   0.25
XYZ25.265733.851153.9175
Yxy33.85110.22350.2995
Hunter Lab58.1817-24.3034-14.2174
CIE-Lab64.8442-26.9763-18.8426

#30acbe color RGB value is (48,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101100 10111110
Octal 60 254 276
Decimal 48 172 190
Hex 30 AC BE

RGB Percentages of Color #30acbe

%11.71
%41.95
%46.34

CMYK Percentages of Color #30acbe

%75
%9
%0
%25

Triadic Colors of #30acbe

#30acbe #be30ac #acbe30

Analogous Colors of #30acbe

#30acbe #3065be #30be89

Monochromatic Colors of #30acbe

#30acbe

Complementary Color

#30acbe #be4230

#30acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#30acbe Color CSS Codes

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

#30acbe Text Font Color

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

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


#30acbe Background Color

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

This div background color is #30acbe


#30acbe Border Color

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

This div border color is #30acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30acbe


Comments

No comments written yet.

Please login to write comment.