Color Hex Logo

#308deb Color Hex

#308DEB
(48,141,235)
0 Favorites   0 Comments

Color spaces of #308deb

RGB 48141235
HSL0.580.820.55
HSV210°80°92°
CMYK 0.800.400.00   0.08
XYZ25.739225.676382.1967
Yxy25.67630.19260.1922
Hunter Lab50.67181.9951-60.7064
CIE-Lab57.72855.6907-54.9895

#308deb color RGB value is (48,141,235).

#308deb hex color red value is 48, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #308deb hue: 0.58 , saturation: 0.82 and the lightness value of 308deb is 0.55.

The process color (four color CMYK) of #308deb color hex is 0.80, 0.40, 0.00, 0.08. Web safe color of #308deb is #3399ff. Color #308deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 11101011
Octal 60 215 353
Decimal 48 141 235
Hex 30 8D EB

RGB Percentages of Color #308deb

%11.32
%33.25
%55.42

CMYK Percentages of Color #308deb

%80
%40
%0
%8

Triadic Colors of #308deb

#308deb #eb308d #8deb30

Analogous Colors of #308deb

#308deb #3130eb #30ebeb

Monochromatic Colors of #308deb

#308deb

Complementary Color

#308deb #eb8e30

#308deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#308deb Color CSS Codes

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

#308deb Text Font Color

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

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


#308deb Background Color

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

This div background color is #308deb


#308deb Border Color

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

This div border color is #308deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308deb


Comments

No comments written yet.

Please login to write comment.