Color Hex Logo

#35bafa Color Hex

#35BAFA
(53,186,250)
0 Favorites   0 Comments

Color spaces of #35bafa

RGB 53186250
HSL0.550.950.59
HSV199°79°98°
CMYK 0.790.260.00   0.02
XYZ36.282442.776896.7869
Yxy42.77680.20630.2433
Hunter Lab65.4040-15.4353-41.9565
CIE-Lab71.4032-14.0311-41.6061

#35bafa color RGB value is (53,186,250).

#35bafa hex color red value is 53, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #35bafa hue: 0.55 , saturation: 0.95 and the lightness value of 35bafa is 0.59.

The process color (four color CMYK) of #35bafa color hex is 0.79, 0.26, 0.00, 0.02. Web safe color of #35bafa is #33ccff. Color #35bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 11111010
Octal 65 272 372
Decimal 53 186 250
Hex 35 BA FA

RGB Percentages of Color #35bafa

%10.84
%38.04
%51.12

CMYK Percentages of Color #35bafa

%79
%26
%0
%2

Triadic Colors of #35bafa

#35bafa #fa35ba #bafa35

Analogous Colors of #35bafa

#35bafa #3558fa #35fad8

Monochromatic Colors of #35bafa

#35bafa

Complementary Color

#35bafa #fa7535

#35bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bafa Color CSS Codes

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

#35bafa Text Font Color

<p style="color:#35bafa">Text here</p>

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


#35bafa Background Color

<div style="background-color:#35bafa">
Div content here</div>

This div background color is #35bafa


#35bafa Border Color

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

This div border color is #35bafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,186,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35bafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35bafa;
  -webkit-box-shadow: 1px 1px 3px 2px #35bafa;
  box-shadow:         1px 1px 3px 2px #35bafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,186,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bafa


Comments

No comments written yet.

Please login to write comment.