Color Hex Logo

#30dcef Color Hex

#30DCEF
(48,220,239)
0 Favorites   0 Comments

Color spaces of #30dcef

RGB 48220239
HSL0.520.860.56
HSV186°80°94°
CMYK 0.800.080.00   0.06
XYZ42.392158.046890.6312
Yxy58.04680.22190.3038
Hunter Lab76.1885-34.0104-17.1975
CIE-Lab80.7648-35.0702-21.2990

#30dcef color RGB value is (48,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011100 11101111
Octal 60 334 357
Decimal 48 220 239
Hex 30 DC EF

RGB Percentages of Color #30dcef

%9.47
%43.39
%47.14

CMYK Percentages of Color #30dcef

%80
%8
%0
%6

Triadic Colors of #30dcef

#30dcef #ef30dc #dcef30

Analogous Colors of #30dcef

#30dcef #307def #30efa3

Monochromatic Colors of #30dcef

#30dcef

Complementary Color

#30dcef #ef4330

#30dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dcef Color CSS Codes

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

#30dcef Text Font Color

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

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


#30dcef Background Color

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

This div background color is #30dcef


#30dcef Border Color

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

This div border color is #30dcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,220,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 #30dcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dcef


Comments

No comments written yet.

Please login to write comment.