Color Hex Logo

#3abadc Color Hex

#3ABADC
(58,186,220)
0 Favorites   0 Comments

Color spaces of #3abadc

RGB 58186220
HSL0.530.700.55
HSV193°74°86°
CMYK 0.740.150.00   0.14
XYZ32.222141.184773.9613
Yxy41.18470.21870.2795
Hunter Lab64.1753-22.6828-23.4083
CIE-Lab70.3051-23.3665-27.0085

#3abadc color RGB value is (58,186,220).

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

The process color (four color CMYK) of #3abadc color hex is 0.74, 0.15, 0.00, 0.14. Web safe color of #3abadc is #33cccc. Color #3abadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111010 11011100
Octal 72 272 334
Decimal 58 186 220
Hex 3A BA DC

RGB Percentages of Color #3abadc

%12.50
%40.09
%47.41

CMYK Percentages of Color #3abadc

%74
%15
%0
%14

Triadic Colors of #3abadc

#3abadc #dc3aba #badc3a

Analogous Colors of #3abadc

#3abadc #3a69dc #3adcad

Monochromatic Colors of #3abadc

#3abadc

Complementary Color

#3abadc #dc5c3a

#3abadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abadc Color CSS Codes

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

#3abadc Text Font Color

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

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


#3abadc Background Color

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

This div background color is #3abadc


#3abadc Border Color

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

This div border color is #3abadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abadc


Comments

No comments written yet.

Please login to write comment.