Color Hex Logo

#30dfca Color Hex

#30DFCA
(48,223,202)
0 Favorites   0 Comments

Color spaces of #30dfca

RGB 48223202
HSL0.480.730.53
HSV173°78°87°
CMYK 0.780.000.09   0.13
XYZ38.267357.668064.9913
Yxy57.66800.23780.3583
Hunter Lab75.9394-42.94462.4154
CIE-Lab80.5539-46.9763-1.9225

#30dfca color RGB value is (48,223,202).

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

The process color (four color CMYK) of #30dfca color hex is 0.78, 0.00, 0.09, 0.13. Web safe color of #30dfca is #33cccc. Color #30dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011111 11001010
Octal 60 337 312
Decimal 48 223 202
Hex 30 DF CA

RGB Percentages of Color #30dfca

%10.15
%47.15
%42.71

CMYK Percentages of Color #30dfca

%78
%0
%9
%13

Triadic Colors of #30dfca

#30dfca #ca30df #dfca30

Analogous Colors of #30dfca

#30dfca #309ddf #30df73

Monochromatic Colors of #30dfca

#30dfca

Complementary Color

#30dfca #df3045

#30dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dfca Color CSS Codes

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

#30dfca Text Font Color

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

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


#30dfca Background Color

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

This div background color is #30dfca


#30dfca Border Color

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

This div border color is #30dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dfca


Comments

No comments written yet.

Please login to write comment.