Color Hex Logo

#30afca Color Hex

#30AFCA
(48,175,202)
0 Favorites   0 Comments

Color spaces of #30afca

RGB 48175202
HSL0.530.620.49
HSV191°76°79°
CMYK 0.760.130.00   0.21
XYZ27.209635.552661.3054
Yxy35.55260.21930.2866
Hunter Lab59.6260-22.8892-19.2217
CIE-Lab66.1767-24.6775-23.4652

#30afca color RGB value is (48,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 11001010
Octal 60 257 312
Decimal 48 175 202
Hex 30 AF CA

RGB Percentages of Color #30afca

%11.29
%41.18
%47.53

CMYK Percentages of Color #30afca

%76
%13
%0
%21

Triadic Colors of #30afca

#30afca #ca30af #afca30

Analogous Colors of #30afca

#30afca #3062ca #30ca98

Monochromatic Colors of #30afca

#30afca

Complementary Color

#30afca #ca4b30

#30afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afca Color CSS Codes

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

#30afca Text Font Color

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

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


#30afca Background Color

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

This div background color is #30afca


#30afca Border Color

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

This div border color is #30afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afca


Comments

No comments written yet.

Please login to write comment.