Color Hex Logo

#3adbea Color Hex

#3ADBEA
(58,219,234)
0 Favorites   0 Comments

Color spaces of #3adbea

RGB 58219234
HSL0.510.810.57
HSV185°75°92°
CMYK 0.750.060.00   0.08
XYZ41.927757.503186.7313
Yxy57.50310.22520.3089
Hunter Lab75.8308-34.0092-14.7312
CIE-Lab80.4617-35.1640-19.0833

#3adbea color RGB value is (58,219,234).

#3adbea hex color red value is 58, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3adbea hue: 0.51 , saturation: 0.81 and the lightness value of 3adbea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 11101010
Octal 72 333 352
Decimal 58 219 234
Hex 3A DB EA

RGB Percentages of Color #3adbea

%11.35
%42.86
%45.79

CMYK Percentages of Color #3adbea

%75
%6
%0
%8

Triadic Colors of #3adbea

#3adbea #ea3adb #dbea3a

Analogous Colors of #3adbea

#3adbea #3a83ea #3aeaa1

Monochromatic Colors of #3adbea

#3adbea

Complementary Color

#3adbea #ea493a

#3adbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbea Color CSS Codes

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

#3adbea Text Font Color

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

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


#3adbea Background Color

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

This div background color is #3adbea


#3adbea Border Color

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

This div border color is #3adbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbea


Comments

No comments written yet.

Please login to write comment.