Color Hex Logo

#3abaea Color Hex

#3ABAEA
(58,186,234)
0 Favorites   0 Comments

Color spaces of #3abaea

RGB 58186234
HSL0.550.810.57
HSV196°75°92°
CMYK 0.750.210.00   0.08
XYZ34.155141.957984.1404
Yxy41.95790.21310.2618
Hunter Lab64.7749-19.2350-31.6732
CIE-Lab70.8419-18.8435-33.8045

#3abaea color RGB value is (58,186,234).

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

The process color (four color CMYK) of #3abaea color hex is 0.75, 0.21, 0.00, 0.08. Web safe color of #3abaea is #33ccff. Color #3abaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111010 11101010
Octal 72 272 352
Decimal 58 186 234
Hex 3A BA EA

RGB Percentages of Color #3abaea

%12.13
%38.91
%48.95

CMYK Percentages of Color #3abaea

%75
%21
%0
%8

Triadic Colors of #3abaea

#3abaea #ea3aba #baea3a

Analogous Colors of #3abaea

#3abaea #3a62ea #3aeac2

Monochromatic Colors of #3abaea

#3abaea

Complementary Color

#3abaea #ea6a3a

#3abaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abaea Color CSS Codes

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

#3abaea Text Font Color

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

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


#3abaea Background Color

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

This div background color is #3abaea


#3abaea Border Color

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

This div border color is #3abaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abaea


Comments

No comments written yet.

Please login to write comment.