Color Hex Logo

#30defd Color Hex

#30DEFD
(48,222,253)
0 Favorites   0 Comments

Color spaces of #30defd

RGB 48222253
HSL0.530.980.59
HSV189°81°99°
CMYK 0.810.120.00   0.01
XYZ45.069859.9628102.1271
Yxy59.96280.21760.2895
Hunter Lab77.4357-31.6202-23.9905
CIE-Lab81.8180-31.7299-27.1232

#30defd color RGB value is (48,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011110 11111101
Octal 60 336 375
Decimal 48 222 253
Hex 30 DE FD

RGB Percentages of Color #30defd

%9.18
%42.45
%48.37

CMYK Percentages of Color #30defd

%81
%12
%0
%1

Triadic Colors of #30defd

#30defd #fd30de #defd30

Analogous Colors of #30defd

#30defd #3078fd #30fdb6

Monochromatic Colors of #30defd

#30defd

Complementary Color

#30defd #fd4f30

#30defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30defd Color CSS Codes

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

#30defd Text Font Color

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

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


#30defd Background Color

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

This div background color is #30defd


#30defd Border Color

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

This div border color is #30defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30defd


Comments

No comments written yet.

Please login to write comment.