Color Hex Logo

#305aeb Color Hex

#305AEB
(48,90,235)
0 Favorites   0 Comments

Color spaces of #305aeb

RGB 4890235
HSL0.630.820.55
HSV227°80°92°
CMYK 0.800.620.00   0.08
XYZ19.870513.938980.2404
Yxy13.93890.17420.1222
Hunter Lab37.334829.6660-101.2923
CIE-Lab44.145237.5054-76.9527

#305aeb color RGB value is (48,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 11101011
Octal 60 132 353
Decimal 48 90 235
Hex 30 5A EB

RGB Percentages of Color #305aeb

%12.87
%24.13
%63.00

CMYK Percentages of Color #305aeb

%80
%62
%0
%8

Triadic Colors of #305aeb

#305aeb #eb305a #5aeb30

Analogous Colors of #305aeb

#305aeb #6430eb #30b8eb

Monochromatic Colors of #305aeb

#305aeb

Complementary Color

#305aeb #ebc130

#305aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#305aeb Color CSS Codes

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

#305aeb Text Font Color

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

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


#305aeb Background Color

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

This div background color is #305aeb


#305aeb Border Color

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

This div border color is #305aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305aeb


Comments

No comments written yet.

Please login to write comment.