Color Hex Logo

#305dae Color Hex

#305DAE
(48,93,174)
0 Favorites   0 Comments

Color spaces of #305dae

RGB 4893174
HSL0.610.570.44
HSV219°72°68°
CMYK 0.720.470.00   0.32
XYZ12.773311.513141.5934
Yxy11.51310.19390.1748
Hunter Lab33.93107.8171-48.9275
CIE-Lab40.431612.8695-47.8211

#305dae color RGB value is (48,93,174).

#305dae hex color red value is 48, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #305dae hue: 0.61 , saturation: 0.57 and the lightness value of 305dae is 0.44.

The process color (four color CMYK) of #305dae color hex is 0.72, 0.47, 0.00, 0.32. Web safe color of #305dae is #336699. Color #305dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011101 10101110
Octal 60 135 256
Decimal 48 93 174
Hex 30 5D AE

RGB Percentages of Color #305dae

%15.24
%29.52
%55.24

CMYK Percentages of Color #305dae

%72
%47
%0
%32

Triadic Colors of #305dae

#305dae #ae305d #5dae30

Analogous Colors of #305dae

#305dae #4230ae #309cae

Monochromatic Colors of #305dae

#305dae

Complementary Color

#305dae #ae8130

#305dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#305dae Color CSS Codes

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

#305dae Text Font Color

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

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


#305dae Background Color

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

This div background color is #305dae


#305dae Border Color

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

This div border color is #305dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305dae


Comments

No comments written yet.

Please login to write comment.