Color Hex Logo

#30afbd Color Hex

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

Color spaces of #30afbd

RGB 48175189
HSL0.520.590.46
HSV186°75°74°
CMYK 0.750.070.00   0.26
XYZ25.734234.962453.5362
Yxy34.96240.22530.3061
Hunter Lab59.1290-25.7888-12.2917
CIE-Lab65.7194-28.7736-16.9598

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

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

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

Base Numbers

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

RGB Percentages of Color #30afbd

%11.65
%42.48
%45.87

CMYK Percentages of Color #30afbd

%75
%7
%0
%26

Triadic Colors of #30afbd

#30afbd #bd30af #afbd30

Analogous Colors of #30afbd

#30afbd #3069bd #30bd85

Monochromatic Colors of #30afbd

#30afbd

Complementary Color

#30afbd #bd3e30

#30afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afbd Color CSS Codes

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

#30afbd Text Font Color

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

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


#30afbd Background Color

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

This div background color is #30afbd


#30afbd Border Color

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

This div border color is #30afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afbd


Comments

No comments written yet.

Please login to write comment.