Color Hex Logo

#35baff Color Hex

#35BAFF
(53,186,255)
0 Favorites   0 Comments

Color spaces of #35baff

RGB 53186255
HSL0.561.000.60
HSV200°79°100°
CMYK 0.790.270.00   0.00
XYZ37.077143.0947100.9717
Yxy43.09470.20470.2379
Hunter Lab65.6466-14.0649-45.2420
CIE-Lab71.6192-12.3330-43.9662

#35baff color RGB value is (53,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 11111111
Octal 65 272 377
Decimal 53 186 255
Hex 35 BA FF

RGB Percentages of Color #35baff

%10.73
%37.65
%51.62

CMYK Percentages of Color #35baff

%79
%27
%0
%0

Triadic Colors of #35baff

#35baff #ff35ba #baff35

Analogous Colors of #35baff

#35baff #3555ff #35ffdf

Monochromatic Colors of #35baff

#35baff

Complementary Color

#35baff #ff7a35

#35baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#35baff Color CSS Codes

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

#35baff Text Font Color

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

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


#35baff Background Color

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

This div background color is #35baff


#35baff Border Color

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

This div border color is #35baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35baff

Related Colors


Comments

No comments written yet.

Please login to write comment.