Color Hex Logo

#4098aa Color Hex

#4098AA
(64,152,170)
0 Favorites   0 Comments

Color spaces of #4098aa

RGB 64152170
HSL0.530.450.46
HSV190°62°67°
CMYK 0.620.110.00   0.33
XYZ20.598326.448742.0497
Yxy26.44870.23120.2969
Hunter Lab51.4283-18.5059-12.4779
CIE-Lab58.4605-20.6190-17.2655

#4098aa color RGB value is (64,152,170).

#4098aa hex color red value is 64, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4098aa hue: 0.53 , saturation: 0.45 and the lightness value of 4098aa is 0.46.

The process color (four color CMYK) of #4098aa color hex is 0.62, 0.11, 0.00, 0.33. Web safe color of #4098aa is #339999. Color #4098aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011000 10101010
Octal 100 230 252
Decimal 64 152 170
Hex 40 98 AA

RGB Percentages of Color #4098aa

%16.58
%39.38
%44.04

CMYK Percentages of Color #4098aa

%62
%11
%0
%33

Triadic Colors of #4098aa

#4098aa #aa4098 #98aa40

Analogous Colors of #4098aa

#4098aa #4063aa #40aa87

Monochromatic Colors of #4098aa

#4098aa

Complementary Color

#4098aa #aa5240

#4098aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4098aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4098aa Color CSS Codes

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

#4098aa Text Font Color

<p style="color:#4098aa">Text here</p>

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


#4098aa Background Color

<div style="background-color:#4098aa">
Div content here</div>

This div background color is #4098aa


#4098aa Border Color

<div style="border:3px solid #4098aa">
Div here</div>

This div border color is #4098aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,152,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4098aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4098aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4098aa;
  box-shadow:         1px 1px 3px 2px #4098aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,152,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4098aa


Comments

No comments written yet.

Please login to write comment.