Color Hex Logo

#3baffd Color Hex

#3BAFFD
(59,175,253)
0 Favorites   0 Comments

Color spaces of #3baffd

RGB 59175253
HSL0.570.980.61
HSV204°77°99°
CMYK 0.770.310.00   0.01
XYZ34.863238.681698.5573
Yxy38.68160.20260.2248
Hunter Lab62.1945-8.7821-50.4184
CIE-Lab68.5200-6.3956-47.7426

#3baffd color RGB value is (59,175,253).

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

The process color (four color CMYK) of #3baffd color hex is 0.77, 0.31, 0.00, 0.01. Web safe color of #3baffd is #3399ff. Color #3baffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101111 11111101
Octal 73 257 375
Decimal 59 175 253
Hex 3B AF FD

RGB Percentages of Color #3baffd

%12.11
%35.93
%51.95

CMYK Percentages of Color #3baffd

%77
%31
%0
%1

Triadic Colors of #3baffd

#3baffd #fd3baf #affd3b

Analogous Colors of #3baffd

#3baffd #3b4efd #3bfdea

Monochromatic Colors of #3baffd

#3baffd

Complementary Color

#3baffd #fd893b

#3baffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baffd Color CSS Codes

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

#3baffd Text Font Color

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

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


#3baffd Background Color

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

This div background color is #3baffd


#3baffd Border Color

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

This div border color is #3baffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baffd


Comments

No comments written yet.

Please login to write comment.