Color Hex Logo

#30afce Color Hex

#30AFCE
(48,175,206)
0 Favorites   0 Comments

Color spaces of #30afce

RGB 48175206
HSL0.530.620.50
HSV192°77°81°
CMYK 0.770.150.00   0.19
XYZ27.689535.744663.8325
Yxy35.74460.21760.2809
Hunter Lab59.7868-21.9568-21.4513
CIE-Lab66.3243-23.3879-25.4494

#30afce color RGB value is (48,175,206).

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

The process color (four color CMYK) of #30afce color hex is 0.77, 0.15, 0.00, 0.19. Web safe color of #30afce is #3399cc. Color #30afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 11001110
Octal 60 257 316
Decimal 48 175 206
Hex 30 AF CE

RGB Percentages of Color #30afce

%11.19
%40.79
%48.02

CMYK Percentages of Color #30afce

%77
%15
%0
%19

Triadic Colors of #30afce

#30afce #ce30af #afce30

Analogous Colors of #30afce

#30afce #3060ce #30ce9e

Monochromatic Colors of #30afce

#30afce

Complementary Color

#30afce #ce4f30

#30afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afce Color CSS Codes

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

#30afce Text Font Color

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

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


#30afce Background Color

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

This div background color is #30afce


#30afce Border Color

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

This div border color is #30afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afce


Comments

No comments written yet.

Please login to write comment.