Color Hex Logo

#30bdcd Color Hex

#30BDCD
(48,189,205)
0 Favorites   0 Comments

Color spaces of #30bdcd

RGB 48189205
HSL0.520.620.50
HSV186°77°80°
CMYK 0.770.080.00   0.20
XYZ30.436041.431364.1505
Yxy41.43130.22380.3046
Hunter Lab64.3672-28.2388-14.0334
CIE-Lab70.4770-30.6722-18.5670

#30bdcd color RGB value is (48,189,205).

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

The process color (four color CMYK) of #30bdcd color hex is 0.77, 0.08, 0.00, 0.20. Web safe color of #30bdcd is #33cccc. Color #30bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111101 11001101
Octal 60 275 315
Decimal 48 189 205
Hex 30 BD CD

RGB Percentages of Color #30bdcd

%10.86
%42.76
%46.38

CMYK Percentages of Color #30bdcd

%77
%8
%0
%20

Triadic Colors of #30bdcd

#30bdcd #cd30bd #bdcd30

Analogous Colors of #30bdcd

#30bdcd #306fcd #30cd8f

Monochromatic Colors of #30bdcd

#30bdcd

Complementary Color

#30bdcd #cd4030

#30bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bdcd Color CSS Codes

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

#30bdcd Text Font Color

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

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


#30bdcd Background Color

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

This div background color is #30bdcd


#30bdcd Border Color

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

This div border color is #30bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bdcd


Comments

No comments written yet.

Please login to write comment.