Color Hex Logo

#30ffef Color Hex

#30FFEF
(48,255,239)
0 Favorites   0 Comments

Color spaces of #30ffef

RGB 48255239
HSL0.491.000.59
HSV175°81°100°
CMYK 0.810.000.06   0.00
XYZ52.558978.380494.0201
Yxy78.38040.23360.3484
Hunter Lab88.5327-48.9628-0.9920
CIE-Lab90.9532-50.6065-6.0490

#30ffef color RGB value is (48,255,239).

#30ffef hex color red value is 48, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #30ffef hue: 0.49 , saturation: 1.00 and the lightness value of 30ffef is 0.59.

The process color (four color CMYK) of #30ffef color hex is 0.81, 0.00, 0.06, 0.00. Web safe color of #30ffef is #33ffff. Color #30ffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111111 11101111
Octal 60 377 357
Decimal 48 255 239
Hex 30 FF EF

RGB Percentages of Color #30ffef

%8.86
%47.05
%44.10

CMYK Percentages of Color #30ffef

%81
%0
%6
%0

Triadic Colors of #30ffef

#30ffef #ef30ff #ffef30

Analogous Colors of #30ffef

#30ffef #30a8ff #30ff88

Monochromatic Colors of #30ffef

#30ffef

Complementary Color

#30ffef #ff3040

#30ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ffef Color CSS Codes

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

#30ffef Text Font Color

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

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


#30ffef Background Color

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

This div background color is #30ffef


#30ffef Border Color

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

This div border color is #30ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ffef


Comments

No comments written yet.

Please login to write comment.