Color Hex Logo

#35bbff Color Hex

#35BBFF
(53,187,255)
0 Favorites   0 Comments

Color spaces of #35bbff

RGB 53187255
HSL0.561.000.60
HSV200°79°100°
CMYK 0.790.270.00   0.00
XYZ37.288543.5175101.0422
Yxy43.51750.20510.2393
Hunter Lab65.9678-14.5460-44.6364
CIE-Lab71.9048-12.8710-43.5192

#35bbff color RGB value is (53,187,255).

#35bbff hex color red value is 53, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #35bbff hue: 0.56 , saturation: 1.00 and the lightness value of 35bbff is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111011 11111111
Octal 65 273 377
Decimal 53 187 255
Hex 35 BB FF

RGB Percentages of Color #35bbff

%10.71
%37.78
%51.52

CMYK Percentages of Color #35bbff

%79
%27
%0
%0

Triadic Colors of #35bbff

#35bbff #ff35bb #bbff35

Analogous Colors of #35bbff

#35bbff #3556ff #35ffde

Monochromatic Colors of #35bbff

#35bbff

Complementary Color

#35bbff #ff7935

#35bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bbff Color CSS Codes

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

#35bbff Text Font Color

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

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


#35bbff Background Color

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

This div background color is #35bbff


#35bbff Border Color

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

This div border color is #35bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bbff


Comments

No comments written yet.

Please login to write comment.