Color Hex Logo

#30eccb Color Hex

#30ECCB
(48,236,203)
0 Favorites   0 Comments

Color spaces of #30eccb

RGB 48236203
HSL0.470.830.56
HSV169°80°93°
CMYK 0.800.000.14   0.07
XYZ41.993964.931166.8196
Yxy64.93110.24170.3737
Hunter Lab80.5798-47.99017.2406
CIE-Lab84.4482-52.14693.2274

#30eccb color RGB value is (48,236,203).

#30eccb hex color red value is 48, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #30eccb hue: 0.47 , saturation: 0.83 and the lightness value of 30eccb is 0.56.

The process color (four color CMYK) of #30eccb color hex is 0.80, 0.00, 0.14, 0.07. Web safe color of #30eccb is #33ffcc. Color #30eccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101100 11001011
Octal 60 354 313
Decimal 48 236 203
Hex 30 EC CB

RGB Percentages of Color #30eccb

%9.86
%48.46
%41.68

CMYK Percentages of Color #30eccb

%80
%0
%14
%7

Triadic Colors of #30eccb

#30eccb #cb30ec #eccb30

Analogous Colors of #30eccb

#30eccb #30afec #30ec6d

Monochromatic Colors of #30eccb

#30eccb

Complementary Color

#30eccb #ec3051

#30eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eccb Color CSS Codes

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

#30eccb Text Font Color

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

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


#30eccb Background Color

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

This div background color is #30eccb


#30eccb Border Color

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

This div border color is #30eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eccb


Comments

No comments written yet.

Please login to write comment.