Color Hex Logo

#3adbed Color Hex

#3ADBED
(58,219,237)
0 Favorites   0 Comments

Color spaces of #3adbed

RGB 58219237
HSL0.520.830.58
HSV186°76°93°
CMYK 0.760.080.00   0.07
XYZ42.362557.677089.0208
Yxy57.67700.22410.3051
Hunter Lab75.9454-33.3367-16.3361
CIE-Lab80.5589-34.2715-20.5330

#3adbed color RGB value is (58,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 11101101
Octal 72 333 355
Decimal 58 219 237
Hex 3A DB ED

RGB Percentages of Color #3adbed

%11.28
%42.61
%46.11

CMYK Percentages of Color #3adbed

%76
%8
%0
%7

Triadic Colors of #3adbed

#3adbed #ed3adb #dbed3a

Analogous Colors of #3adbed

#3adbed #3a82ed #3aeda6

Monochromatic Colors of #3adbed

#3adbed

Complementary Color

#3adbed #ed4c3a

#3adbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbed Color CSS Codes

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

#3adbed Text Font Color

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

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


#3adbed Background Color

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

This div background color is #3adbed


#3adbed Border Color

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

This div border color is #3adbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbed


Comments

No comments written yet.

Please login to write comment.