Color Hex Logo

#30dbfd Color Hex

#30DBFD
(48,219,253)
0 Favorites   0 Comments

Color spaces of #30dbfd

RGB 48219253
HSL0.530.980.59
HSV190°81°99°
CMYK 0.810.130.00   0.01
XYZ44.280158.3833101.8638
Yxy58.38330.21650.2855
Hunter Lab76.4090-30.2724-25.5556
CIE-Lab80.9514-30.2855-28.4489

#30dbfd color RGB value is (48,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011011 11111101
Octal 60 333 375
Decimal 48 219 253
Hex 30 DB FD

RGB Percentages of Color #30dbfd

%9.23
%42.12
%48.65

CMYK Percentages of Color #30dbfd

%81
%13
%0
%1

Triadic Colors of #30dbfd

#30dbfd #fd30db #dbfd30

Analogous Colors of #30dbfd

#30dbfd #3075fd #30fdb9

Monochromatic Colors of #30dbfd

#30dbfd

Complementary Color

#30dbfd #fd5230

#30dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dbfd Color CSS Codes

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

#30dbfd Text Font Color

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

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


#30dbfd Background Color

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

This div background color is #30dbfd


#30dbfd Border Color

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

This div border color is #30dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.