Color Hex Logo

#30bdde Color Hex

#30BDDE
(48,189,222)
0 Favorites   0 Comments

Color spaces of #30bdde

RGB 48189222
HSL0.530.730.53
HSV191°78°87°
CMYK 0.780.150.00   0.13
XYZ32.601342.297575.5532
Yxy42.29750.21670.2811
Hunter Lab65.0365-24.3360-23.3519
CIE-Lab71.0755-25.3250-26.9326

#30bdde color RGB value is (48,189,222).

#30bdde hex color red value is 48, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #30bdde hue: 0.53 , saturation: 0.73 and the lightness value of 30bdde is 0.53.

The process color (four color CMYK) of #30bdde color hex is 0.78, 0.15, 0.00, 0.13. Web safe color of #30bdde is #33cccc. Color #30bdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111101 11011110
Octal 60 275 336
Decimal 48 189 222
Hex 30 BD DE

RGB Percentages of Color #30bdde

%10.46
%41.18
%48.37

CMYK Percentages of Color #30bdde

%78
%15
%0
%13

Triadic Colors of #30bdde

#30bdde #de30bd #bdde30

Analogous Colors of #30bdde

#30bdde #3066de #30dea8

Monochromatic Colors of #30bdde

#30bdde

Complementary Color

#30bdde #de5130

#30bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bdde Color CSS Codes

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

#30bdde Text Font Color

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

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


#30bdde Background Color

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

This div background color is #30bdde


#30bdde Border Color

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

This div border color is #30bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bdde


Comments

No comments written yet.

Please login to write comment.