Color Hex Logo

#30fcbd Color Hex

#30FCBD
(48,252,189)
0 Favorites   0 Comments

Color spaces of #30fcbd

RGB 48252189
HSL0.450.970.59
HSV161°81°99°
CMYK 0.810.000.25   0.01
XYZ45.214673.923360.0297
Yxy73.92330.25240.4126
Hunter Lab85.9787-56.592818.7892
CIE-Lab88.8862-61.779416.8428

#30fcbd color RGB value is (48,252,189).

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

The process color (four color CMYK) of #30fcbd color hex is 0.81, 0.00, 0.25, 0.01. Web safe color of #30fcbd is #33ffcc. Color #30fcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111100 10111101
Octal 60 374 275
Decimal 48 252 189
Hex 30 FC BD

RGB Percentages of Color #30fcbd

%9.82
%51.53
%38.65

CMYK Percentages of Color #30fcbd

%81
%0
%25
%1

Triadic Colors of #30fcbd

#30fcbd #bd30fc #fcbd30

Analogous Colors of #30fcbd

#30fcbd #30d5fc #30fc57

Monochromatic Colors of #30fcbd

#30fcbd

Complementary Color

#30fcbd #fc306f

#30fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30fcbd Color CSS Codes

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

#30fcbd Text Font Color

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

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


#30fcbd Background Color

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

This div background color is #30fcbd


#30fcbd Border Color

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

This div border color is #30fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30fcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.