Color Hex Logo

#3adbee Color Hex

#3ADBEE
(58,219,238)
0 Favorites   0 Comments

Color spaces of #3adbee

RGB 58219238
HSL0.520.840.58
HSV186°76°93°
CMYK 0.760.080.00   0.07
XYZ42.509157.735689.7925
Yxy57.73560.22370.3038
Hunter Lab75.9839-33.1104-16.8760
CIE-Lab80.5916-33.9724-21.0155

#3adbee color RGB value is (58,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 11101110
Octal 72 333 356
Decimal 58 219 238
Hex 3A DB EE

RGB Percentages of Color #3adbee

%11.26
%42.52
%46.21

CMYK Percentages of Color #3adbee

%76
%8
%0
%7

Triadic Colors of #3adbee

#3adbee #ee3adb #dbee3a

Analogous Colors of #3adbee

#3adbee #3a81ee #3aeea7

Monochromatic Colors of #3adbee

#3adbee

Complementary Color

#3adbee #ee4d3a

#3adbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbee Color CSS Codes

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

#3adbee Text Font Color

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

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


#3adbee Background Color

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

This div background color is #3adbee


#3adbee Border Color

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

This div border color is #3adbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbee


Comments

No comments written yet.

Please login to write comment.