Color Hex Logo

#308aeb Color Hex

#308AEB
(48,138,235)
0 Favorites   0 Comments

Color spaces of #308aeb

RGB 48138235
HSL0.590.820.55
HSV211°80°92°
CMYK 0.800.410.00   0.08
XYZ25.302824.803582.0512
Yxy24.80350.19150.1877
Hunter Lab49.80313.5327-62.8188
CIE-Lab56.88357.4946-56.3390

#308aeb color RGB value is (48,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001010 11101011
Octal 60 212 353
Decimal 48 138 235
Hex 30 8A EB

RGB Percentages of Color #308aeb

%11.40
%32.78
%55.82

CMYK Percentages of Color #308aeb

%80
%41
%0
%8

Triadic Colors of #308aeb

#308aeb #eb308a #8aeb30

Analogous Colors of #308aeb

#308aeb #3330eb #30e8eb

Monochromatic Colors of #308aeb

#308aeb

Complementary Color

#308aeb #eb9130

#308aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#308aeb Color CSS Codes

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

#308aeb Text Font Color

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

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


#308aeb Background Color

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

This div background color is #308aeb


#308aeb Border Color

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

This div border color is #308aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308aeb


Comments

No comments written yet.

Please login to write comment.