Color Hex Logo

#3bafdf Color Hex

#3BAFDF
(59,175,223)
0 Favorites   0 Comments

Color spaces of #3bafdf

RGB 59175223
HSL0.550.720.55
HSV198°74°87°
CMYK 0.740.220.00   0.13
XYZ30.452936.917575.3328
Yxy36.91750.21340.2587
Hunter Lab60.7598-16.8651-30.9787
CIE-Lab67.2151-16.5487-33.4163

#3bafdf color RGB value is (59,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101111 11011111
Octal 73 257 337
Decimal 59 175 223
Hex 3B AF DF

RGB Percentages of Color #3bafdf

%12.91
%38.29
%48.80

CMYK Percentages of Color #3bafdf

%74
%22
%0
%13

Triadic Colors of #3bafdf

#3bafdf #df3baf #afdf3b

Analogous Colors of #3bafdf

#3bafdf #3b5ddf #3bdfbd

Monochromatic Colors of #3bafdf

#3bafdf

Complementary Color

#3bafdf #df6b3b

#3bafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bafdf Color CSS Codes

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

#3bafdf Text Font Color

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

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


#3bafdf Background Color

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

This div background color is #3bafdf


#3bafdf Border Color

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

This div border color is #3bafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bafdf


Comments

No comments written yet.

Please login to write comment.