Color Hex Logo

#308aae Color Hex

#308AAE
(48,138,174)
0 Favorites   0 Comments

Color spaces of #308aae

RGB 48138174
HSL0.550.570.44
HSV197°72°68°
CMYK 0.720.210.00   0.32
XYZ17.947421.861343.3181
Yxy21.86130.21590.2630
Hunter Lab46.7561-13.3056-22.2012
CIE-Lab53.8795-14.3530-26.6137

#308aae color RGB value is (48,138,174).

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

The process color (four color CMYK) of #308aae color hex is 0.72, 0.21, 0.00, 0.32. Web safe color of #308aae is #339999. Color #308aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001010 10101110
Octal 60 212 256
Decimal 48 138 174
Hex 30 8A AE

RGB Percentages of Color #308aae

%13.33
%38.33
%48.33

CMYK Percentages of Color #308aae

%72
%21
%0
%32

Triadic Colors of #308aae

#308aae #ae308a #8aae30

Analogous Colors of #308aae

#308aae #304bae #30ae93

Monochromatic Colors of #308aae

#308aae

Complementary Color

#308aae #ae5430

#308aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#308aae Color CSS Codes

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

#308aae Text Font Color

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

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


#308aae Background Color

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

This div background color is #308aae


#308aae Border Color

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

This div border color is #308aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308aae


Comments

No comments written yet.

Please login to write comment.