Color Hex Logo

#30dafc Color Hex

#30DAFC
(48,218,252)
0 Favorites   0 Comments

Color spaces of #30dafc

RGB 48218252
HSL0.530.970.59
HSV190°81°99°
CMYK 0.810.130.00   0.01
XYZ43.861057.7995100.9402
Yxy57.79950.21650.2853
Hunter Lab76.0260-30.0650-25.5015
CIE-Lab80.6272-30.1147-28.4149

#30dafc color RGB value is (48,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011010 11111100
Octal 60 332 374
Decimal 48 218 252
Hex 30 DA FC

RGB Percentages of Color #30dafc

%9.27
%42.08
%48.65

CMYK Percentages of Color #30dafc

%81
%13
%0
%1

Triadic Colors of #30dafc

#30dafc #fc30da #dafc30

Analogous Colors of #30dafc

#30dafc #3074fc #30fcb8

Monochromatic Colors of #30dafc

#30dafc

Complementary Color

#30dafc #fc5230

#30dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dafc Color CSS Codes

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

#30dafc Text Font Color

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

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


#30dafc Background Color

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

This div background color is #30dafc


#30dafc Border Color

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

This div border color is #30dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dafc

Related Colors


Comments

No comments written yet.

Please login to write comment.