Color Hex Logo

#30cafc Color Hex

#30CAFC
(48,202,252)
0 Favorites   0 Comments

Color spaces of #30cafc

RGB 48202252
HSL0.540.970.59
HSV195°81°99°
CMYK 0.810.200.00   0.01
XYZ39.910149.897799.6232
Yxy49.89770.21070.2634
Hunter Lab70.6383-22.7659-34.1716
CIE-Lab76.0064-22.1660-35.5299

#30cafc color RGB value is (48,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001010 11111100
Octal 60 312 374
Decimal 48 202 252
Hex 30 CA FC

RGB Percentages of Color #30cafc

%9.56
%40.24
%50.20

CMYK Percentages of Color #30cafc

%81
%20
%0
%1

Triadic Colors of #30cafc

#30cafc #fc30ca #cafc30

Analogous Colors of #30cafc

#30cafc #3064fc #30fcc8

Monochromatic Colors of #30cafc

#30cafc

Complementary Color

#30cafc #fc6230

#30cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cafc Color CSS Codes

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

#30cafc Text Font Color

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

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


#30cafc Background Color

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

This div background color is #30cafc


#30cafc Border Color

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

This div border color is #30cafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,202,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 #30cafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cafc


Comments

No comments written yet.

Please login to write comment.