color codes Logo

#30e6eb color codes

#30E6EB
(48,230,235)
0 Favorites   0 Comments

Color spaces of #30e6eb

RGB 48230235
HSL0.500.820.55
HSV182°80°92°
CMYK 0.800.020.00   0.08
XYZ44.511163.220288.4540
Yxy63.22020.22690.3222
Hunter Lab79.5111-39.2185-10.3007
CIE-Lab83.5581-40.8483-14.9642

#30e6eb color RGB value is (48,230,235).

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

The process color (four color CMYK) of #30e6eb color code is 0.80, 0.02, 0.00, 0.08. Web safe color of #30e6eb is #33ffff. Color #30e6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11100110 11101011
Octal 60 346 353
Decimal 48 230 235
Hex 30 E6 EB

RGB Percentages of Color #30e6eb

%9.36
%44.83
%45.81

CMYK Percentages of Color #30e6eb

%80
%2
%0
%8

Triadic Colors of #30e6eb

#30e6eb #eb30e6 #e6eb30

Analogous Colors of #30e6eb

#30e6eb #3089eb #30eb93

Monochromatic Colors of #30e6eb

#30e6eb

Complementary Color

#30e6eb #eb3530

#30e6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30e6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30e6eb Color CSS Codes

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

#30e6eb Text Font Color

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

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


#30e6eb Background Color

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

This div background color is #30e6eb


#30e6eb Border Color

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

This div border color is #30e6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30e6eb


Comments

No comments written yet.

Please login to write comment.