Color Hex Logo

#30afdf Color Hex

#30AFDF
(48,175,223)
0 Favorites   0 Comments

Color spaces of #30afdf

RGB 48175223
HSL0.550.730.53
HSV196°78°87°
CMYK 0.780.220.00   0.13
XYZ29.868236.616075.3054
Yxy36.61600.21070.2582
Hunter Lab60.5112-17.7872-31.4279
CIE-Lab66.9879-17.7734-33.7865

#30afdf color RGB value is (48,175,223).

#30afdf hex color red value is 48, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #30afdf hue: 0.55 , saturation: 0.73 and the lightness value of 30afdf is 0.53.

The process color (four color CMYK) of #30afdf color hex is 0.78, 0.22, 0.00, 0.13. Web safe color of #30afdf is #3399cc. Color #30afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 11011111
Octal 60 257 337
Decimal 48 175 223
Hex 30 AF DF

RGB Percentages of Color #30afdf

%10.76
%39.24
%50.00

CMYK Percentages of Color #30afdf

%78
%22
%0
%13

Triadic Colors of #30afdf

#30afdf #df30af #afdf30

Analogous Colors of #30afdf

#30afdf #3057df #30dfb8

Monochromatic Colors of #30afdf

#30afdf

Complementary Color

#30afdf #df6030

#30afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afdf Color CSS Codes

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

#30afdf Text Font Color

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

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


#30afdf Background Color

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

This div background color is #30afdf


#30afdf Border Color

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

This div border color is #30afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afdf


Comments

No comments written yet.

Please login to write comment.