Color Hex Logo

#30afcd Color Hex

#30AFCD
(48,175,205)
0 Favorites   0 Comments

Color spaces of #30afcd

RGB 48175205
HSL0.530.620.50
HSV191°77°80°
CMYK 0.770.150.00   0.20
XYZ27.568335.696163.1946
Yxy35.69610.21800.2823
Hunter Lab59.7462-22.1918-20.8897
CIE-Lab66.2871-23.7116-24.9541

#30afcd color RGB value is (48,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 11001101
Octal 60 257 315
Decimal 48 175 205
Hex 30 AF CD

RGB Percentages of Color #30afcd

%11.21
%40.89
%47.90

CMYK Percentages of Color #30afcd

%77
%15
%0
%20

Triadic Colors of #30afcd

#30afcd #cd30af #afcd30

Analogous Colors of #30afcd

#30afcd #3060cd #30cd9d

Monochromatic Colors of #30afcd

#30afcd

Complementary Color

#30afcd #cd4e30

#30afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afcd Color CSS Codes

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

#30afcd Text Font Color

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

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


#30afcd Background Color

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

This div background color is #30afcd


#30afcd Border Color

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

This div border color is #30afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afcd


Comments

No comments written yet.

Please login to write comment.