Color Hex Logo

#30abcf Color Hex

#30ABCF
(48,171,207)
0 Favorites   0 Comments

Color spaces of #30abcf

RGB 48171207
HSL0.540.620.50
HSV194°77°81°
CMYK 0.770.170.00   0.19
XYZ27.044334.259264.2188
Yxy34.25920.21550.2729
Hunter Lab58.5314-19.9543-24.0792
CIE-Lab65.1678-20.9976-27.7804

#30abcf color RGB value is (48,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11001111
Octal 60 253 317
Decimal 48 171 207
Hex 30 AB CF

RGB Percentages of Color #30abcf

%11.27
%40.14
%48.59

CMYK Percentages of Color #30abcf

%77
%17
%0
%19

Triadic Colors of #30abcf

#30abcf #cf30ab #abcf30

Analogous Colors of #30abcf

#30abcf #305ccf #30cfa4

Monochromatic Colors of #30abcf

#30abcf

Complementary Color

#30abcf #cf5430

#30abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abcf Color CSS Codes

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

#30abcf Text Font Color

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

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


#30abcf Background Color

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

This div background color is #30abcf


#30abcf Border Color

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

This div border color is #30abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abcf


Comments

No comments written yet.

Please login to write comment.