Color Hex Logo

#3abeeb Color Hex

#3ABEEB
(58,190,235)
0 Favorites   0 Comments

Color spaces of #3abeeb

RGB 58190235
HSL0.540.820.57
HSV195°75°92°
CMYK 0.750.190.00   0.08
XYZ35.153843.724685.1842
Yxy43.72460.21430.2665
Hunter Lab66.1246-20.8221-30.0924
CIE-Lab72.0440-20.5937-32.4876

#3abeeb color RGB value is (58,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 11101011
Octal 72 276 353
Decimal 58 190 235
Hex 3A BE EB

RGB Percentages of Color #3abeeb

%12.01
%39.34
%48.65

CMYK Percentages of Color #3abeeb

%75
%19
%0
%8

Triadic Colors of #3abeeb

#3abeeb #eb3abe #beeb3a

Analogous Colors of #3abeeb

#3abeeb #3a66eb #3aebc0

Monochromatic Colors of #3abeeb

#3abeeb

Complementary Color

#3abeeb #eb673a

#3abeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abeeb Color CSS Codes

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

#3abeeb Text Font Color

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

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


#3abeeb Background Color

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

This div background color is #3abeeb


#3abeeb Border Color

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

This div border color is #3abeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,190,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 #3abeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abeeb


Comments

No comments written yet.

Please login to write comment.