Color Hex Logo

#30d4db Color Hex

#30D4DB
(48,212,219)
0 Favorites   0 Comments

Color spaces of #30d4db

RGB 48212219
HSL0.510.700.52
HSV182°78°86°
CMYK 0.780.030.00   0.14
XYZ37.548652.829875.2360
Yxy52.82980.22670.3190
Hunter Lab72.6841-34.9841-10.4928
CIE-Lab77.7744-37.3219-15.1348

#30d4db color RGB value is (48,212,219).

#30d4db hex color red value is 48, green value is 212 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #30d4db hue: 0.51 , saturation: 0.70 and the lightness value of 30d4db is 0.52.

The process color (four color CMYK) of #30d4db color hex is 0.78, 0.03, 0.00, 0.14. Web safe color of #30d4db is #33cccc. Color #30d4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11010100 11011011
Octal 60 324 333
Decimal 48 212 219
Hex 30 D4 DB

RGB Percentages of Color #30d4db

%10.02
%44.26
%45.72

CMYK Percentages of Color #30d4db

%78
%3
%0
%14

Triadic Colors of #30d4db

#30d4db #db30d4 #d4db30

Analogous Colors of #30d4db

#30d4db #307fdb #30db8d

Monochromatic Colors of #30d4db

#30d4db

Complementary Color

#30d4db #db3730

#30d4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30d4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#30d4db Color CSS Codes

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

#30d4db Text Font Color

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

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


#30d4db Background Color

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

This div background color is #30d4db


#30d4db Border Color

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

This div border color is #30d4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30d4db


Comments

No comments written yet.

Please login to write comment.