Color Hex Logo

#30dfec Color Hex

#30DFEC
(48,223,236)
0 Favorites   0 Comments

Color spaces of #30dfec

RGB 48223236
HSL0.510.830.56
HSV184°80°93°
CMYK 0.800.060.00   0.07
XYZ42.746959.459988.5808
Yxy59.45990.22410.3117
Hunter Lab77.1102-35.9895-14.1325
CIE-Lab81.5437-37.3648-18.5264

#30dfec color RGB value is (48,223,236).

#30dfec hex color red value is 48, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #30dfec hue: 0.51 , saturation: 0.83 and the lightness value of 30dfec is 0.56.

The process color (four color CMYK) of #30dfec color hex is 0.80, 0.06, 0.00, 0.07. Web safe color of #30dfec is #33ccff. Color #30dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011111 11101100
Octal 60 337 354
Decimal 48 223 236
Hex 30 DF EC

RGB Percentages of Color #30dfec

%9.47
%43.98
%46.55

CMYK Percentages of Color #30dfec

%80
%6
%0
%7

Triadic Colors of #30dfec

#30dfec #ec30df #dfec30

Analogous Colors of #30dfec

#30dfec #3081ec #30ec9b

Monochromatic Colors of #30dfec

#30dfec

Complementary Color

#30dfec #ec3d30

#30dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dfec Color CSS Codes

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

#30dfec Text Font Color

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

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


#30dfec Background Color

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

This div background color is #30dfec


#30dfec Border Color

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

This div border color is #30dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dfec


Comments

No comments written yet.

Please login to write comment.