Color Hex Logo

#308cbd Color Hex

#308CBD
(48,140,189)
0 Favorites   0 Comments

Color spaces of #308cbd

RGB 48140189
HSL0.560.590.46
HSV201°75°74°
CMYK 0.750.260.00   0.26
XYZ19.782323.058751.5522
Yxy23.05870.20960.2443
Hunter Lab48.0195-10.4985-30.0382
CIE-Lab55.1327-10.2945-33.2380

#308cbd color RGB value is (48,140,189).

#308cbd hex color red value is 48, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #308cbd hue: 0.56 , saturation: 0.59 and the lightness value of 308cbd is 0.46.

The process color (four color CMYK) of #308cbd color hex is 0.75, 0.26, 0.00, 0.26. Web safe color of #308cbd is #3399cc. Color #308cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001100 10111101
Octal 60 214 275
Decimal 48 140 189
Hex 30 8C BD

RGB Percentages of Color #308cbd

%12.73
%37.14
%50.13

CMYK Percentages of Color #308cbd

%75
%26
%0
%26

Triadic Colors of #308cbd

#308cbd #bd308c #8cbd30

Analogous Colors of #308cbd

#308cbd #3045bd #30bda8

Monochromatic Colors of #308cbd

#308cbd

Complementary Color

#308cbd #bd6130

#308cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308cbd Color CSS Codes

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

#308cbd Text Font Color

<p style="color:#308cbd">Text here</p>

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


#308cbd Background Color

<div style="background-color:#308cbd">
Div content here</div>

This div background color is #308cbd


#308cbd Border Color

<div style="border:3px solid #308cbd">
Div here</div>

This div border color is #308cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,140,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #308cbd;
  box-shadow:         1px 1px 3px 2px #308cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308cbd


Comments

No comments written yet.

Please login to write comment.