Color Hex Logo

#30cabd Color Hex

#30CABD
(48,202,189)
0 Favorites   0 Comments

Color spaces of #30cabd

RGB 48202189
HSL0.490.620.49
HSV175°76°79°
CMYK 0.760.000.06   0.21
XYZ31.524846.543655.4664
Yxy46.54360.23610.3486
Hunter Lab68.2229-36.9078-0.4478
CIE-Lab73.8969-41.3815-4.7354

#30cabd color RGB value is (48,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001010 10111101
Octal 60 312 275
Decimal 48 202 189
Hex 30 CA BD

RGB Percentages of Color #30cabd

%10.93
%46.01
%43.05

CMYK Percentages of Color #30cabd

%76
%0
%6
%21

Triadic Colors of #30cabd

#30cabd #bd30ca #cabd30

Analogous Colors of #30cabd

#30cabd #308aca #30ca70

Monochromatic Colors of #30cabd

#30cabd

Complementary Color

#30cabd #ca303d

#30cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cabd Color CSS Codes

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

#30cabd Text Font Color

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

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


#30cabd Background Color

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

This div background color is #30cabd


#30cabd Border Color

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

This div border color is #30cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cabd


Comments

No comments written yet.

Please login to write comment.