Color Hex Logo

#3abcef Color Hex

#3ABCEF
(58,188,239)
0 Favorites   0 Comments

Color spaces of #3abcef

RGB 58188239
HSL0.550.850.58
HSV197°76°94°
CMYK 0.760.210.00   0.06
XYZ35.308143.098088.1192
Yxy43.09800.21200.2588
Hunter Lab65.6491-18.8830-33.6292
CIE-Lab71.6214-18.2478-35.3089

#3abcef color RGB value is (58,188,239).

#3abcef hex color red value is 58, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3abcef hue: 0.55 , saturation: 0.85 and the lightness value of 3abcef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 11101111
Octal 72 274 357
Decimal 58 188 239
Hex 3A BC EF

RGB Percentages of Color #3abcef

%11.96
%38.76
%49.28

CMYK Percentages of Color #3abcef

%76
%21
%0
%6

Triadic Colors of #3abcef

#3abcef #ef3abc #bcef3a

Analogous Colors of #3abcef

#3abcef #3a62ef #3aefc8

Monochromatic Colors of #3abcef

#3abcef

Complementary Color

#3abcef #ef6d3a

#3abcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abcef Color CSS Codes

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

#3abcef Text Font Color

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

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


#3abcef Background Color

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

This div background color is #3abcef


#3abcef Border Color

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

This div border color is #3abcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abcef


Comments

No comments written yet.

Please login to write comment.