Color Hex Logo

#3abed1 Color Hex

#3ABED1
(58,190,209)
0 Favorites   0 Comments

Color spaces of #3abed1

RGB 58190209
HSL0.520.620.52
HSV188°72°82°
CMYK 0.720.090.00   0.18
XYZ31.667042.329966.8231
Yxy42.32990.22490.3006
Hunter Lab65.0614-26.9772-15.3524
CIE-Lab71.0978-28.7968-19.7936

#3abed1 color RGB value is (58,190,209).

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

The process color (four color CMYK) of #3abed1 color hex is 0.72, 0.09, 0.00, 0.18. Web safe color of #3abed1 is #33cccc. Color #3abed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 11010001
Octal 72 276 321
Decimal 58 190 209
Hex 3A BE D1

RGB Percentages of Color #3abed1

%12.69
%41.58
%45.73

CMYK Percentages of Color #3abed1

%72
%9
%0
%18

Triadic Colors of #3abed1

#3abed1 #d13abe #bed13a

Analogous Colors of #3abed1

#3abed1 #3a73d1 #3ad199

Monochromatic Colors of #3abed1

#3abed1

Complementary Color

#3abed1 #d14d3a

#3abed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abed1 Color CSS Codes

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

#3abed1 Text Font Color

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

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


#3abed1 Background Color

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

This div background color is #3abed1


#3abed1 Border Color

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

This div border color is #3abed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abed1


Comments

No comments written yet.

Please login to write comment.