Color Hex Logo

#3abecd Color Hex

#3ABECD
(58,190,205)
0 Favorites   0 Comments

Color spaces of #3abecd

RGB 58190205
HSL0.520.600.52
HSV186°72°80°
CMYK 0.720.070.00   0.20
XYZ31.177842.134264.2471
Yxy42.13420.22670.3063
Hunter Lab64.9109-27.8574-13.2461
CIE-Lab70.9633-30.0115-17.8127

#3abecd color RGB value is (58,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 11001101
Octal 72 276 315
Decimal 58 190 205
Hex 3A BE CD

RGB Percentages of Color #3abecd

%12.80
%41.94
%45.25

CMYK Percentages of Color #3abecd

%72
%7
%0
%20

Triadic Colors of #3abecd

#3abecd #cd3abe #becd3a

Analogous Colors of #3abecd

#3abecd #3a75cd #3acd93

Monochromatic Colors of #3abecd

#3abecd

Complementary Color

#3abecd #cd493a

#3abecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abecd Color CSS Codes

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

#3abecd Text Font Color

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

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


#3abecd Background Color

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

This div background color is #3abecd


#3abecd Border Color

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

This div border color is #3abecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abecd


Comments

No comments written yet.

Please login to write comment.