Color Hex Logo

#3abced Color Hex

#3ABCED
(58,188,237)
0 Favorites   0 Comments

Color spaces of #3abced

RGB 58188237
HSL0.550.830.58
HSV196°76°93°
CMYK 0.760.210.00   0.07
XYZ35.014242.980486.5714
Yxy42.98040.21280.2612
Hunter Lab65.5594-19.3952-32.4010
CIE-Lab71.5417-18.9040-34.3488

#3abced color RGB value is (58,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 11101101
Octal 72 274 355
Decimal 58 188 237
Hex 3A BC ED

RGB Percentages of Color #3abced

%12.01
%38.92
%49.07

CMYK Percentages of Color #3abced

%76
%21
%0
%7

Triadic Colors of #3abced

#3abced #ed3abc #bced3a

Analogous Colors of #3abced

#3abced #3a62ed #3aedc5

Monochromatic Colors of #3abced

#3abced

Complementary Color

#3abced #ed6b3a

#3abced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abced Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abced Color CSS Codes

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

#3abced Text Font Color

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

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


#3abced Background Color

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

This div background color is #3abced


#3abced Border Color

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

This div border color is #3abced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abced


Comments

No comments written yet.

Please login to write comment.