Color Hex Logo

#308bcd Color Hex

#308BCD
(48,139,205)
0 Favorites   0 Comments

Color spaces of #308bcd

RGB 48139205
HSL0.570.620.50
HSV205°77°80°
CMYK 0.770.320.00   0.20
XYZ21.471023.501461.1622
Yxy23.50140.20230.2214
Hunter Lab48.4782-5.7793-40.8680
CIE-Lab55.5851-4.0419-41.5978

#308bcd color RGB value is (48,139,205).

#308bcd hex color red value is 48, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #308bcd hue: 0.57 , saturation: 0.62 and the lightness value of 308bcd is 0.50.

The process color (four color CMYK) of #308bcd color hex is 0.77, 0.32, 0.00, 0.20. Web safe color of #308bcd is #3399cc. Color #308bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001011 11001101
Octal 60 213 315
Decimal 48 139 205
Hex 30 8B CD

RGB Percentages of Color #308bcd

%12.24
%35.46
%52.30

CMYK Percentages of Color #308bcd

%77
%32
%0
%20

Triadic Colors of #308bcd

#308bcd #cd308b #8bcd30

Analogous Colors of #308bcd

#308bcd #303dcd #30cdc1

Monochromatic Colors of #308bcd

#308bcd

Complementary Color

#308bcd #cd7230

#308bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308bcd Color CSS Codes

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

#308bcd Text Font Color

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

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


#308bcd Background Color

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

This div background color is #308bcd


#308bcd Border Color

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

This div border color is #308bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308bcd


Comments

No comments written yet.

Please login to write comment.