Color Hex Logo

#3adbf8 Color Hex

#3ADBF8
(58,219,248)
0 Favorites   0 Comments

Color spaces of #3adbf8

RGB 58219248
HSL0.530.930.60
HSV189°77°97°
CMYK 0.770.120.00   0.03
XYZ44.019758.339997.7476
Yxy58.33990.22000.2915
Hunter Lab76.3806-30.7927-22.4097
CIE-Lab80.9274-30.9432-25.8192

#3adbf8 color RGB value is (58,219,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 11111000
Octal 72 333 370
Decimal 58 219 248
Hex 3A DB F8

RGB Percentages of Color #3adbf8

%11.05
%41.71
%47.24

CMYK Percentages of Color #3adbf8

%77
%12
%0
%3

Triadic Colors of #3adbf8

#3adbf8 #f83adb #dbf83a

Analogous Colors of #3adbf8

#3adbf8 #3a7cf8 #3af8b6

Monochromatic Colors of #3adbf8

#3adbf8

Complementary Color

#3adbf8 #f8573a

#3adbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbf8 Color CSS Codes

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

#3adbf8 Text Font Color

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

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


#3adbf8 Background Color

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

This div background color is #3adbf8


#3adbf8 Border Color

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

This div border color is #3adbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbf8


Comments

No comments written yet.

Please login to write comment.