Color Hex Logo

#30beab Color Hex

#30BEAB
(48,190,171)
0 Favorites   0 Comments

Color spaces of #30beab

RGB 48190171
HSL0.480.600.47
HSV172°75°75°
CMYK 0.750.000.10   0.25
XYZ26.983140.395644.9030
Yxy40.39560.24030.3598
Hunter Lab63.5575-35.44422.6023
CIE-Lab69.7504-40.9983-1.0227

#30beab color RGB value is (48,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111110 10101011
Octal 60 276 253
Decimal 48 190 171
Hex 30 BE AB

RGB Percentages of Color #30beab

%11.74
%46.45
%41.81

CMYK Percentages of Color #30beab

%75
%0
%10
%25

Triadic Colors of #30beab

#30beab #ab30be #beab30

Analogous Colors of #30beab

#30beab #308abe #30be64

Monochromatic Colors of #30beab

#30beab

Complementary Color

#30beab #be3043

#30beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#30beab Color CSS Codes

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

#30beab Text Font Color

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

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


#30beab Background Color

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

This div background color is #30beab


#30beab Border Color

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

This div border color is #30beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30beab


Comments

No comments written yet.

Please login to write comment.