Color Hex Logo

#3aa8dc Color Hex

#3AA8DC
(58,168,220)
0 Favorites   0 Comments

Color spaces of #3aa8dc

RGB 58168220
HSL0.550.700.55
HSV199°74°86°
CMYK 0.740.240.00   0.14
XYZ28.665834.072172.7759
Yxy34.07210.21150.2514
Hunter Lab58.3713-14.4895-33.0614
CIE-Lab65.0198-13.9141-35.1769

#3aa8dc color RGB value is (58,168,220).

#3aa8dc hex color red value is 58, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3aa8dc hue: 0.55 , saturation: 0.70 and the lightness value of 3aa8dc is 0.55.

The process color (four color CMYK) of #3aa8dc color hex is 0.74, 0.24, 0.00, 0.14. Web safe color of #3aa8dc is #3399cc. Color #3aa8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101000 11011100
Octal 72 250 334
Decimal 58 168 220
Hex 3A A8 DC

RGB Percentages of Color #3aa8dc

%13.00
%37.67
%49.33

CMYK Percentages of Color #3aa8dc

%74
%24
%0
%14

Triadic Colors of #3aa8dc

#3aa8dc #dc3aa8 #a8dc3a

Analogous Colors of #3aa8dc

#3aa8dc #3a57dc #3adcbf

Monochromatic Colors of #3aa8dc

#3aa8dc

Complementary Color

#3aa8dc #dc6e3a

#3aa8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aa8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aa8dc Color CSS Codes

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

#3aa8dc Text Font Color

<p style="color:#3aa8dc">Text here</p>

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


#3aa8dc Background Color

<div style="background-color:#3aa8dc">
Div content here</div>

This div background color is #3aa8dc


#3aa8dc Border Color

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

This div border color is #3aa8dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,168,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3aa8dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3aa8dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3aa8dc;
  box-shadow:         1px 1px 3px 2px #3aa8dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,168,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aa8dc


Comments

No comments written yet.

Please login to write comment.