Color Hex Logo

#3aabdc Color Hex

#3AABDC
(58,171,220)
0 Favorites   0 Comments

Color spaces of #3aabdc

RGB 58171220
HSL0.550.700.55
HSV198°74°86°
CMYK 0.740.220.00   0.14
XYZ29.226135.192772.9626
Yxy35.19270.21270.2562
Hunter Lab59.3234-15.8768-31.3951
CIE-Lab65.8984-15.5309-33.8114

#3aabdc color RGB value is (58,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101011 11011100
Octal 72 253 334
Decimal 58 171 220
Hex 3A AB DC

RGB Percentages of Color #3aabdc

%12.92
%38.08
%49.00

CMYK Percentages of Color #3aabdc

%74
%22
%0
%14

Triadic Colors of #3aabdc

#3aabdc #dc3aab #abdc3a

Analogous Colors of #3aabdc

#3aabdc #3a5adc #3adcbc

Monochromatic Colors of #3aabdc

#3aabdc

Complementary Color

#3aabdc #dc6b3a

#3aabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aabdc Color CSS Codes

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

#3aabdc Text Font Color

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

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


#3aabdc Background Color

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

This div background color is #3aabdc


#3aabdc Border Color

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

This div border color is #3aabdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,171,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 #3aabdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aabdc


Comments

No comments written yet.

Please login to write comment.