Color Hex Logo

#30bdaf Color Hex

#30BDAF
(48,189,175)
0 Favorites   0 Comments

Color spaces of #30bdaf

RGB 48189175
HSL0.480.590.46
HSV174°75°74°
CMYK 0.750.000.07   0.26
XYZ27.154440.118746.8699
Yxy40.11870.23790.3515
Hunter Lab63.3393-34.31850.4641
CIE-Lab69.5540-39.4579-3.5039

#30bdaf color RGB value is (48,189,175).

#30bdaf hex color red value is 48, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #30bdaf hue: 0.48 , saturation: 0.59 and the lightness value of 30bdaf is 0.46.

The process color (four color CMYK) of #30bdaf color hex is 0.75, 0.00, 0.07, 0.26. Web safe color of #30bdaf is #33cc99. Color #30bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111101 10101111
Octal 60 275 257
Decimal 48 189 175
Hex 30 BD AF

RGB Percentages of Color #30bdaf

%11.65
%45.87
%42.48

CMYK Percentages of Color #30bdaf

%75
%0
%7
%26

Triadic Colors of #30bdaf

#30bdaf #af30bd #bdaf30

Analogous Colors of #30bdaf

#30bdaf #3085bd #30bd69

Monochromatic Colors of #30bdaf

#30bdaf

Complementary Color

#30bdaf #bd303e

#30bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bdaf Color CSS Codes

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

#30bdaf Text Font Color

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

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


#30bdaf Background Color

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

This div background color is #30bdaf


#30bdaf Border Color

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

This div border color is #30bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bdaf


Comments

No comments written yet.

Please login to write comment.