Color Hex Logo

#3abcfe Color Hex

#3ABCFE
(58,188,254)
0 Favorites   0 Comments

Color spaces of #3abcfe

RGB 58188254
HSL0.560.990.61
HSV200°77°100°
CMYK 0.770.260.00   0.00
XYZ37.617544.0217100.2803
Yxy44.02170.20680.2420
Hunter Lab66.3489-14.9072-43.1673
CIE-Lab72.2430-13.2554-42.4445

#3abcfe color RGB value is (58,188,254).

#3abcfe hex color red value is 58, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3abcfe hue: 0.56 , saturation: 0.99 and the lightness value of 3abcfe is 0.61.

The process color (four color CMYK) of #3abcfe color hex is 0.77, 0.26, 0.00, 0.00. Web safe color of #3abcfe is #33ccff. Color #3abcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 11111110
Octal 72 274 376
Decimal 58 188 254
Hex 3A BC FE

RGB Percentages of Color #3abcfe

%11.60
%37.60
%50.80

CMYK Percentages of Color #3abcfe

%77
%26
%0
%0

Triadic Colors of #3abcfe

#3abcfe #fe3abc #bcfe3a

Analogous Colors of #3abcfe

#3abcfe #3a5afe #3afede

Monochromatic Colors of #3abcfe

#3abcfe

Complementary Color

#3abcfe #fe7c3a

#3abcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abcfe Color CSS Codes

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

#3abcfe Text Font Color

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

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


#3abcfe Background Color

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

This div background color is #3abcfe


#3abcfe Border Color

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

This div border color is #3abcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abcfe


Comments

No comments written yet.

Please login to write comment.