Color Hex Logo

#3beafd Color Hex

#3BEAFD
(59,234,253)
0 Favorites   0 Comments

Color spaces of #3beafd

RGB 59234253
HSL0.520.980.61
HSV186°77°99°
CMYK 0.770.080.00   0.01
XYZ48.956166.8673103.2549
Yxy66.86730.22350.3052
Hunter Lab81.7724-36.2361-17.6254
CIE-Lab85.4369-36.4294-21.6017

#3beafd color RGB value is (59,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101010 11111101
Octal 73 352 375
Decimal 59 234 253
Hex 3B EA FD

RGB Percentages of Color #3beafd

%10.81
%42.86
%46.34

CMYK Percentages of Color #3beafd

%77
%8
%0
%1

Triadic Colors of #3beafd

#3beafd #fd3bea #eafd3b

Analogous Colors of #3beafd

#3beafd #3b89fd #3bfdaf

Monochromatic Colors of #3beafd

#3beafd

Complementary Color

#3beafd #fd4e3b

#3beafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beafd Color CSS Codes

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

#3beafd Text Font Color

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

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


#3beafd Background Color

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

This div background color is #3beafd


#3beafd Border Color

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

This div border color is #3beafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beafd


Comments

No comments written yet.

Please login to write comment.