Color Hex Logo

#309dbe Color Hex

#309DBE
(48,157,190)
0 Favorites   0 Comments

Color spaces of #309dbe

RGB 48157190
HSL0.540.600.47
HSV194°75°75°
CMYK 0.750.170.00   0.25
XYZ22.570228.460053.0190
Yxy28.46000.21690.2735
Hunter Lab53.3479-17.8399-21.5809
CIE-Lab60.3021-19.2635-25.7900

#309dbe color RGB value is (48,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 10111110
Octal 60 235 276
Decimal 48 157 190
Hex 30 9D BE

RGB Percentages of Color #309dbe

%12.15
%39.75
%48.10

CMYK Percentages of Color #309dbe

%75
%17
%0
%25

Triadic Colors of #309dbe

#309dbe #be309d #9dbe30

Analogous Colors of #309dbe

#309dbe #3056be #30be98

Monochromatic Colors of #309dbe

#309dbe

Complementary Color

#309dbe #be5130

#309dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dbe Color CSS Codes

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

#309dbe Text Font Color

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

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


#309dbe Background Color

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

This div background color is #309dbe


#309dbe Border Color

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

This div border color is #309dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dbe


Comments

No comments written yet.

Please login to write comment.