Color Hex Logo

#308ebe Color Hex

#308EBE
(48,142,190)
0 Favorites   0 Comments

Color spaces of #308ebe

RGB 48142190
HSL0.560.600.47
HSV200°75°75°
CMYK 0.750.250.00   0.25
XYZ20.186223.692152.2243
Yxy23.69210.21000.2465
Hunter Lab48.6745-11.1533-29.5418
CIE-Lab55.7782-11.0735-32.7997

#308ebe color RGB value is (48,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001110 10111110
Octal 60 216 276
Decimal 48 142 190
Hex 30 8E BE

RGB Percentages of Color #308ebe

%12.63
%37.37
%50.00

CMYK Percentages of Color #308ebe

%75
%25
%0
%25

Triadic Colors of #308ebe

#308ebe #be308e #8ebe30

Analogous Colors of #308ebe

#308ebe #3047be #30bea7

Monochromatic Colors of #308ebe

#308ebe

Complementary Color

#308ebe #be6030

#308ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#308ebe Color CSS Codes

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

#308ebe Text Font Color

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

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


#308ebe Background Color

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

This div background color is #308ebe


#308ebe Border Color

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

This div border color is #308ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308ebe


Comments

No comments written yet.

Please login to write comment.