Color Hex Logo

#35bcfa Color Hex

#35BCFA
(53,188,250)
0 Favorites   0 Comments

Color spaces of #35bcfa

RGB 53188250
HSL0.550.950.59
HSV199°79°98°
CMYK 0.790.250.00   0.02
XYZ36.706743.625596.9284
Yxy43.62550.20710.2461
Hunter Lab66.0496-16.3864-40.7739
CIE-Lab71.9775-15.0979-40.7097

#35bcfa color RGB value is (53,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111100 11111010
Octal 65 274 372
Decimal 53 188 250
Hex 35 BC FA

RGB Percentages of Color #35bcfa

%10.79
%38.29
%50.92

CMYK Percentages of Color #35bcfa

%79
%25
%0
%2

Triadic Colors of #35bcfa

#35bcfa #fa35bc #bcfa35

Analogous Colors of #35bcfa

#35bcfa #3559fa #35fad6

Monochromatic Colors of #35bcfa

#35bcfa

Complementary Color

#35bcfa #fa7335

#35bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bcfa Color CSS Codes

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

#35bcfa Text Font Color

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

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


#35bcfa Background Color

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

This div background color is #35bcfa


#35bcfa Border Color

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

This div border color is #35bcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,188,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 #35bcfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bcfa


Comments

No comments written yet.

Please login to write comment.