Color Hex Logo

#3adbff Color Hex

#3ADBFF
(58,219,255)
0 Favorites   0 Comments

Color spaces of #3adbff

RGB 58219255
HSL0.531.000.61
HSV191°77°100°
CMYK 0.770.140.00   0.00
XYZ45.126458.7826103.5755
Yxy58.78260.21750.2833
Hunter Lab76.6698-29.1104-26.4277
CIE-Lab81.1720-28.7822-29.1582

#3adbff color RGB value is (58,219,255).

#3adbff hex color red value is 58, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3adbff hue: 0.53 , saturation: 1.00 and the lightness value of 3adbff is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 11111111
Octal 72 333 377
Decimal 58 219 255
Hex 3A DB FF

RGB Percentages of Color #3adbff

%10.90
%41.17
%47.93

CMYK Percentages of Color #3adbff

%77
%14
%0
%0

Triadic Colors of #3adbff

#3adbff #ff3adb #dbff3a

Analogous Colors of #3adbff

#3adbff #3a79ff #3affc1

Monochromatic Colors of #3adbff

#3adbff

Complementary Color

#3adbff #ff5e3a

#3adbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbff Color CSS Codes

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

#3adbff Text Font Color

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

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


#3adbff Background Color

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

This div background color is #3adbff


#3adbff Border Color

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

This div border color is #3adbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbff


Comments

No comments written yet.

Please login to write comment.