Color Hex Logo

#30eefd Color Hex

#30EEFD
(48,238,253)
0 Favorites   0 Comments

Color spaces of #30eefd

RGB 48238253
HSL0.510.980.59
HSV184°81°99°
CMYK 0.810.060.00   0.01
XYZ49.523168.8693103.6115
Yxy68.86930.22310.3102
Hunter Lab82.9875-38.7077-15.9334
CIE-Lab86.4393-39.2087-20.0994

#30eefd color RGB value is (48,238,253).

#30eefd hex color red value is 48, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #30eefd hue: 0.51 , saturation: 0.98 and the lightness value of 30eefd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101110 11111101
Octal 60 356 375
Decimal 48 238 253
Hex 30 EE FD

RGB Percentages of Color #30eefd

%8.91
%44.16
%46.94

CMYK Percentages of Color #30eefd

%81
%6
%0
%1

Triadic Colors of #30eefd

#30eefd #fd30ee #eefd30

Analogous Colors of #30eefd

#30eefd #3088fd #30fda6

Monochromatic Colors of #30eefd

#30eefd

Complementary Color

#30eefd #fd3f30

#30eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eefd Color CSS Codes

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

#30eefd Text Font Color

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

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


#30eefd Background Color

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

This div background color is #30eefd


#30eefd Border Color

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

This div border color is #30eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eefd


Comments

No comments written yet.

Please login to write comment.