Color Hex Logo

#30ebec Color Hex

#30EBEC
(48,235,236)
0 Favorites   0 Comments

Color spaces of #30ebec

RGB 48235236
HSL0.500.830.56
HSV180°80°93°
CMYK 0.800.000.00   0.07
XYZ46.067666.101289.6877
Yxy66.10120.22820.3275
Hunter Lab81.3026-41.1382-8.4930
CIE-Lab85.0480-42.7962-13.2590

#30ebec color RGB value is (48,235,236).

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

The process color (four color CMYK) of #30ebec color hex is 0.80, 0.00, 0.00, 0.07. Web safe color of #30ebec is #33ffff. Color #30ebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101011 11101100
Octal 60 353 354
Decimal 48 235 236
Hex 30 EB EC

RGB Percentages of Color #30ebec

%9.25
%45.28
%45.47

CMYK Percentages of Color #30ebec

%80
%0
%0
%7

Triadic Colors of #30ebec

#30ebec #ec30eb #ebec30

Analogous Colors of #30ebec

#30ebec #308dec #30ec8f

Monochromatic Colors of #30ebec

#30ebec

Complementary Color

#30ebec #ec3130

#30ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ebec Color CSS Codes

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

#30ebec Text Font Color

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

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


#30ebec Background Color

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

This div background color is #30ebec


#30ebec Border Color

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

This div border color is #30ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ebec


Comments

No comments written yet.

Please login to write comment.