Color Hex Logo

#30ebea Color Hex

#30EBEA
(48,235,234)
0 Favorites   0 Comments

Color spaces of #30ebea

RGB 48235234
HSL0.500.820.55
HSV180°80°92°
CMYK 0.800.000.00   0.08
XYZ45.778565.985688.1656
Yxy65.98560.22900.3300
Hunter Lab81.2315-41.5604-7.4890
CIE-Lab84.9891-43.3654-12.2940

#30ebea color RGB value is (48,235,234).

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

The process color (four color CMYK) of #30ebea color hex is 0.80, 0.00, 0.00, 0.08. Web safe color of #30ebea is #33ffff. Color #30ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101011 11101010
Octal 60 353 352
Decimal 48 235 234
Hex 30 EB EA

RGB Percentages of Color #30ebea

%9.28
%45.45
%45.26

CMYK Percentages of Color #30ebea

%80
%0
%0
%8

Triadic Colors of #30ebea

#30ebea #ea30eb #ebea30

Analogous Colors of #30ebea

#30ebea #308feb #30eb8d

Monochromatic Colors of #30ebea

#30ebea

Complementary Color

#30ebea #eb3031

#30ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ebea Color CSS Codes

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

#30ebea Text Font Color

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

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


#30ebea Background Color

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

This div background color is #30ebea


#30ebea Border Color

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

This div border color is #30ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ebea


Comments

No comments written yet.

Please login to write comment.