Color Hex Logo

#3abed4 Color Hex

#3ABED4
(58,190,212)
0 Favorites   0 Comments

Color spaces of #3abed4

RGB 58190212
HSL0.520.640.53
HSV189°73°83°
CMYK 0.730.100.00   0.17
XYZ32.042042.479968.7980
Yxy42.47990.22360.2964
Hunter Lab65.1766-26.3052-16.9607
CIE-Lab71.2005-27.8768-21.2745

#3abed4 color RGB value is (58,190,212).

#3abed4 hex color red value is 58, green value is 190 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #3abed4 hue: 0.52 , saturation: 0.64 and the lightness value of 3abed4 is 0.53.

The process color (four color CMYK) of #3abed4 color hex is 0.73, 0.10, 0.00, 0.17. Web safe color of #3abed4 is #33cccc. Color #3abed4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 11010100
Octal 72 276 324
Decimal 58 190 212
Hex 3A BE D4

RGB Percentages of Color #3abed4

%12.61
%41.30
%46.09

CMYK Percentages of Color #3abed4

%73
%10
%0
%17

Triadic Colors of #3abed4

#3abed4 #d43abe #bed43a

Analogous Colors of #3abed4

#3abed4 #3a71d4 #3ad49d

Monochromatic Colors of #3abed4

#3abed4

Complementary Color

#3abed4 #d4503a

#3abed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abed4 Color CSS Codes

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

#3abed4 Text Font Color

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

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


#3abed4 Background Color

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

This div background color is #3abed4


#3abed4 Border Color

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

This div border color is #3abed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abed4


Comments

No comments written yet.

Please login to write comment.