Color Hex Logo

#308abd Color Hex

#308ABD
(48,138,189)
0 Favorites   0 Comments

Color spaces of #308abd

RGB 48138189
HSL0.560.590.46
HSV202°75°74°
CMYK 0.750.270.00   0.26
XYZ19.492722.479551.4557
Yxy22.47950.20860.2406
Hunter Lab47.4126-9.5853-31.1572
CIE-Lab54.5321-9.1586-34.1763

#308abd color RGB value is (48,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001010 10111101
Octal 60 212 275
Decimal 48 138 189
Hex 30 8A BD

RGB Percentages of Color #308abd

%12.80
%36.80
%50.40

CMYK Percentages of Color #308abd

%75
%27
%0
%26

Triadic Colors of #308abd

#308abd #bd308a #8abd30

Analogous Colors of #308abd

#308abd #3044bd #30bdaa

Monochromatic Colors of #308abd

#308abd

Complementary Color

#308abd #bd6330

#308abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308abd Color CSS Codes

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

#308abd Text Font Color

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

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


#308abd Background Color

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

This div background color is #308abd


#308abd Border Color

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

This div border color is #308abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308abd


Comments

No comments written yet.

Please login to write comment.