Color Hex Logo

#30bedc Color Hex

#30BEDC
(48,190,220)
0 Favorites   0 Comments

Color spaces of #30bedc

RGB 48190220
HSL0.530.710.53
HSV190°78°86°
CMYK 0.780.140.00   0.14
XYZ32.550642.622674.2215
Yxy42.62260.21790.2853
Hunter Lab65.2860-25.2531-21.7047
CIE-Lab71.2981-26.4657-25.5025

#30bedc color RGB value is (48,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111110 11011100
Octal 60 276 334
Decimal 48 190 220
Hex 30 BE DC

RGB Percentages of Color #30bedc

%10.48
%41.48
%48.03

CMYK Percentages of Color #30bedc

%78
%14
%0
%14

Triadic Colors of #30bedc

#30bedc #dc30be #bedc30

Analogous Colors of #30bedc

#30bedc #3068dc #30dca4

Monochromatic Colors of #30bedc

#30bedc

Complementary Color

#30bedc #dc4e30

#30bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bedc Color CSS Codes

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

#30bedc Text Font Color

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

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


#30bedc Background Color

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

This div background color is #30bedc


#30bedc Border Color

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

This div border color is #30bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bedc


Comments

No comments written yet.

Please login to write comment.