Color Hex Logo

#30daee Color Hex

#30DAEE
(48,218,238)
0 Favorites   0 Comments

Color spaces of #30daee

RGB 48218238
HSL0.520.850.56
HSV186°80°93°
CMYK 0.800.080.00   0.07
XYZ41.722956.944289.6812
Yxy56.94420.22150.3023
Hunter Lab75.4614-33.3641-17.6395
CIE-Lab80.1482-34.4333-21.7024

#30daee color RGB value is (48,218,238).

#30daee hex color red value is 48, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #30daee hue: 0.52 , saturation: 0.85 and the lightness value of 30daee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011010 11101110
Octal 60 332 356
Decimal 48 218 238
Hex 30 DA EE

RGB Percentages of Color #30daee

%9.52
%43.25
%47.22

CMYK Percentages of Color #30daee

%80
%8
%0
%7

Triadic Colors of #30daee

#30daee #ee30da #daee30

Analogous Colors of #30daee

#30daee #307bee #30eea3

Monochromatic Colors of #30daee

#30daee

Complementary Color

#30daee #ee4430

#30daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#30daee Color CSS Codes

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

#30daee Text Font Color

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

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


#30daee Background Color

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

This div background color is #30daee


#30daee Border Color

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

This div border color is #30daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30daee


Comments

No comments written yet.

Please login to write comment.