Color Hex Logo

#30caac Color Hex

#30CAAC
(48,202,172)
0 Favorites   0 Comments

Color spaces of #30caac

RGB 48202172
HSL0.470.620.49
HSV168°76°79°
CMYK 0.760.000.15   0.21
XYZ29.785845.848046.3094
Yxy45.84800.24430.3760
Hunter Lab67.7112-39.97326.8478
CIE-Lab73.4468-45.92623.8122

#30caac color RGB value is (48,202,172).

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

The process color (four color CMYK) of #30caac color hex is 0.76, 0.00, 0.15, 0.21. Web safe color of #30caac is #33cc99. Color #30caac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001010 10101100
Octal 60 312 254
Decimal 48 202 172
Hex 30 CA AC

RGB Percentages of Color #30caac

%11.37
%47.87
%40.76

CMYK Percentages of Color #30caac

%76
%0
%15
%21

Triadic Colors of #30caac

#30caac #ac30ca #caac30

Analogous Colors of #30caac

#30caac #309bca #30ca5f

Monochromatic Colors of #30caac

#30caac

Complementary Color

#30caac #ca304e

#30caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#30caac Color CSS Codes

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

#30caac Text Font Color

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

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


#30caac Background Color

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

This div background color is #30caac


#30caac Border Color

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

This div border color is #30caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30caac


Comments

No comments written yet.

Please login to write comment.