Color Hex Logo

#3bafe0 Color Hex

#3BAFE0
(59,175,224)
0 Favorites   0 Comments

Color spaces of #3bafe0

RGB 59175224
HSL0.550.730.55
HSV198°74°88°
CMYK 0.740.220.00   0.12
XYZ30.588236.971676.0451
Yxy36.97160.21300.2575
Hunter Lab60.8043-16.6113-31.5883
CIE-Lab67.2557-16.2179-33.9020

#3bafe0 color RGB value is (59,175,224).

#3bafe0 hex color red value is 59, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #3bafe0 hue: 0.55 , saturation: 0.73 and the lightness value of 3bafe0 is 0.55.

The process color (four color CMYK) of #3bafe0 color hex is 0.74, 0.22, 0.00, 0.12. Web safe color of #3bafe0 is #3399cc. Color #3bafe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101111 11100000
Octal 73 257 340
Decimal 59 175 224
Hex 3B AF E0

RGB Percentages of Color #3bafe0

%12.88
%38.21
%48.91

CMYK Percentages of Color #3bafe0

%74
%22
%0
%12

Triadic Colors of #3bafe0

#3bafe0 #e03baf #afe03b

Analogous Colors of #3bafe0

#3bafe0 #3b5de0 #3be0bf

Monochromatic Colors of #3bafe0

#3bafe0

Complementary Color

#3bafe0 #e06c3b

#3bafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bafe0 Color CSS Codes

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

#3bafe0 Text Font Color

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

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


#3bafe0 Background Color

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

This div background color is #3bafe0


#3bafe0 Border Color

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

This div border color is #3bafe0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,175,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bafe0


Comments

No comments written yet.

Please login to write comment.