Color Hex Logo

#3abaeb Color Hex

#3ABAEB
(58,186,235)
0 Favorites   0 Comments

Color spaces of #3abaeb

RGB 58186235
HSL0.550.820.57
HSV197°75°92°
CMYK 0.750.210.00   0.08
XYZ34.299242.015584.8993
Yxy42.01550.21280.2606
Hunter Lab64.8194-18.9805-32.2835
CIE-Lab70.8816-18.5155-34.2861

#3abaeb color RGB value is (58,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111010 11101011
Octal 72 272 353
Decimal 58 186 235
Hex 3A BA EB

RGB Percentages of Color #3abaeb

%12.11
%38.83
%49.06

CMYK Percentages of Color #3abaeb

%75
%21
%0
%8

Triadic Colors of #3abaeb

#3abaeb #eb3aba #baeb3a

Analogous Colors of #3abaeb

#3abaeb #3a62eb #3aebc4

Monochromatic Colors of #3abaeb

#3abaeb

Complementary Color

#3abaeb #eb6b3a

#3abaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abaeb Color CSS Codes

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

#3abaeb Text Font Color

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

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


#3abaeb Background Color

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

This div background color is #3abaeb


#3abaeb Border Color

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

This div border color is #3abaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abaeb


Comments

No comments written yet.

Please login to write comment.