Color Hex Logo

#30aecd Color Hex

#30AECD
(48,174,205)
0 Favorites   0 Comments

Color spaces of #30aecd

RGB 48174205
HSL0.530.620.50
HSV192°77°80°
CMYK 0.770.150.00   0.20
XYZ27.374435.308363.1300
Yxy35.30830.21760.2806
Hunter Lab59.4208-21.7537-21.3965
CIE-Lab65.9880-23.2003-25.4129

#30aecd color RGB value is (48,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 11001101
Octal 60 256 315
Decimal 48 174 205
Hex 30 AE CD

RGB Percentages of Color #30aecd

%11.24
%40.75
%48.01

CMYK Percentages of Color #30aecd

%77
%15
%0
%20

Triadic Colors of #30aecd

#30aecd #cd30ae #aecd30

Analogous Colors of #30aecd

#30aecd #3060cd #30cd9e

Monochromatic Colors of #30aecd

#30aecd

Complementary Color

#30aecd #cd4f30

#30aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aecd Color CSS Codes

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

#30aecd Text Font Color

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

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


#30aecd Background Color

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

This div background color is #30aecd


#30aecd Border Color

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

This div border color is #30aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aecd


Comments

No comments written yet.

Please login to write comment.