Color Hex Logo

#308abe Color Hex

#308ABE
(48,138,190)
0 Favorites   0 Comments

Color spaces of #308abe

RGB 48138190
HSL0.560.600.47
HSV202°75°75°
CMYK 0.750.270.00   0.25
XYZ19.601722.523052.0295
Yxy22.52300.20820.2392
Hunter Lab47.4584-9.3265-31.7798
CIE-Lab54.5776-8.8060-34.6748

#308abe color RGB value is (48,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001010 10111110
Octal 60 212 276
Decimal 48 138 190
Hex 30 8A BE

RGB Percentages of Color #308abe

%12.77
%36.70
%50.53

CMYK Percentages of Color #308abe

%75
%27
%0
%25

Triadic Colors of #308abe

#308abe #be308a #8abe30

Analogous Colors of #308abe

#308abe #3043be #30beab

Monochromatic Colors of #308abe

#308abe

Complementary Color

#308abe #be6430

#308abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#308abe Color CSS Codes

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

#308abe Text Font Color

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

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


#308abe Background Color

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

This div background color is #308abe


#308abe Border Color

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

This div border color is #308abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308abe


Comments

No comments written yet.

Please login to write comment.