Color Hex Logo

#309abf Color Hex

#309ABF
(48,154,191)
0 Favorites   0 Comments

Color spaces of #309abf

RGB 48154191
HSL0.540.600.47
HSV196°75°75°
CMYK 0.750.190.00   0.25
XYZ22.178527.501253.4295
Yxy27.50120.21510.2667
Hunter Lab52.4416-16.2819-23.6978
CIE-Lab59.4354-17.3295-27.6893

#309abf color RGB value is (48,154,191).

#309abf hex color red value is 48, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #309abf hue: 0.54 , saturation: 0.60 and the lightness value of 309abf is 0.47.

The process color (four color CMYK) of #309abf color hex is 0.75, 0.19, 0.00, 0.25. Web safe color of #309abf is #3399cc. Color #309abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 10111111
Octal 60 232 277
Decimal 48 154 191
Hex 30 9A BF

RGB Percentages of Color #309abf

%12.21
%39.19
%48.60

CMYK Percentages of Color #309abf

%75
%19
%0
%25

Triadic Colors of #309abf

#309abf #bf309a #9abf30

Analogous Colors of #309abf

#309abf #3052bf #30bf9d

Monochromatic Colors of #309abf

#309abf

Complementary Color

#309abf #bf5530

#309abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309abf Color CSS Codes

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

#309abf Text Font Color

<p style="color:#309abf">Text here</p>

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


#309abf Background Color

<div style="background-color:#309abf">
Div content here</div>

This div background color is #309abf


#309abf Border Color

<div style="border:3px solid #309abf">
Div here</div>

This div border color is #309abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,154,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309abf;
  -webkit-box-shadow: 1px 1px 3px 2px #309abf;
  box-shadow:         1px 1px 3px 2px #309abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309abf


Comments

No comments written yet.

Please login to write comment.