Color Hex Logo

#309dbf Color Hex

#309DBF
(48,157,191)
0 Favorites   0 Comments

Color spaces of #309dbf

RGB 48157191
HSL0.540.600.47
HSV194°75°75°
CMYK 0.750.180.00   0.25
XYZ22.679928.503953.5967
Yxy28.50390.21650.2720
Hunter Lab53.3890-17.6032-22.1483
CIE-Lab60.3413-18.9317-26.2918

#309dbf color RGB value is (48,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 10111111
Octal 60 235 277
Decimal 48 157 191
Hex 30 9D BF

RGB Percentages of Color #309dbf

%12.12
%39.65
%48.23

CMYK Percentages of Color #309dbf

%75
%18
%0
%25

Triadic Colors of #309dbf

#309dbf #bf309d #9dbf30

Analogous Colors of #309dbf

#309dbf #3056bf #30bf9a

Monochromatic Colors of #309dbf

#309dbf

Complementary Color

#309dbf #bf5230

#309dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dbf Color CSS Codes

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

#309dbf Text Font Color

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

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


#309dbf Background Color

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

This div background color is #309dbf


#309dbf Border Color

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

This div border color is #309dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,157,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 #309dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dbf


Comments

No comments written yet.

Please login to write comment.