Color Hex Logo

#3abdfd Color Hex

#3ABDFD
(58,189,253)
0 Favorites   0 Comments

Color spaces of #3abdfd

RGB 58189253
HSL0.550.980.61
HSV200°77°99°
CMYK 0.770.250.00   0.01
XYZ37.672144.386699.5104
Yxy44.38660.20750.2445
Hunter Lab66.6233-15.6580-41.9209
CIE-Lab72.4861-14.1259-41.5260

#3abdfd color RGB value is (58,189,253).

#3abdfd hex color red value is 58, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3abdfd hue: 0.55 , saturation: 0.98 and the lightness value of 3abdfd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 11111101
Octal 72 275 375
Decimal 58 189 253
Hex 3A BD FD

RGB Percentages of Color #3abdfd

%11.60
%37.80
%50.60

CMYK Percentages of Color #3abdfd

%77
%25
%0
%1

Triadic Colors of #3abdfd

#3abdfd #fd3abd #bdfd3a

Analogous Colors of #3abdfd

#3abdfd #3a5bfd #3afddc

Monochromatic Colors of #3abdfd

#3abdfd

Complementary Color

#3abdfd #fd7a3a

#3abdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdfd Color CSS Codes

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

#3abdfd Text Font Color

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

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


#3abdfd Background Color

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

This div background color is #3abdfd


#3abdfd Border Color

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

This div border color is #3abdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdfd


Comments

No comments written yet.

Please login to write comment.