Color Hex Logo

#30cecb Color Hex

#30CECB
(48,206,203)
0 Favorites   0 Comments

Color spaces of #30cecb

RGB 48206203
HSL0.500.620.50
HSV179°77°81°
CMYK 0.770.000.01   0.19
XYZ34.069749.082864.1782
Yxy49.08280.23120.3331
Hunter Lab70.0591-35.7990-5.2717
CIE-Lab75.5028-39.2302-9.9260

#30cecb color RGB value is (48,206,203).

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

The process color (four color CMYK) of #30cecb color hex is 0.77, 0.00, 0.01, 0.19. Web safe color of #30cecb is #33cccc. Color #30cecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001110 11001011
Octal 60 316 313
Decimal 48 206 203
Hex 30 CE CB

RGB Percentages of Color #30cecb

%10.50
%45.08
%44.42

CMYK Percentages of Color #30cecb

%77
%0
%1
%19

Triadic Colors of #30cecb

#30cecb #cb30ce #cecb30

Analogous Colors of #30cecb

#30cecb #3082ce #30ce7c

Monochromatic Colors of #30cecb

#30cecb

Complementary Color

#30cecb #ce3033

#30cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cecb Color CSS Codes

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

#30cecb Text Font Color

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

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


#30cecb Background Color

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

This div background color is #30cecb


#30cecb Border Color

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

This div border color is #30cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cecb


Comments

No comments written yet.

Please login to write comment.