Color Hex Logo

#30bcca Color Hex

#30BCCA
(48,188,202)
0 Favorites   0 Comments

Color spaces of #30bcca

RGB 48188202
HSL0.520.620.49
HSV185°76°79°
CMYK 0.760.070.00   0.21
XYZ29.862840.859162.1898
Yxy40.85910.22470.3074
Hunter Lab63.9211-28.4700-12.9393
CIE-Lab70.0771-31.1093-17.5307

#30bcca color RGB value is (48,188,202).

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

The process color (four color CMYK) of #30bcca color hex is 0.76, 0.07, 0.00, 0.21. Web safe color of #30bcca is #33cccc. Color #30bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111100 11001010
Octal 60 274 312
Decimal 48 188 202
Hex 30 BC CA

RGB Percentages of Color #30bcca

%10.96
%42.92
%46.12

CMYK Percentages of Color #30bcca

%76
%7
%0
%21

Triadic Colors of #30bcca

#30bcca #ca30bc #bcca30

Analogous Colors of #30bcca

#30bcca #306fca #30ca8b

Monochromatic Colors of #30bcca

#30bcca

Complementary Color

#30bcca #ca3e30

#30bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bcca Color CSS Codes

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

#30bcca Text Font Color

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

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


#30bcca Background Color

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

This div background color is #30bcca


#30bcca Border Color

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

This div border color is #30bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bcca


Comments

No comments written yet.

Please login to write comment.