Color Hex Logo

#35abeb Color Hex

#35ABEB
(53,171,235)
0 Favorites   0 Comments

Color spaces of #35abeb

RGB 53171235
HSL0.560.820.56
HSV201°77°92°
CMYK 0.770.270.00   0.08
XYZ31.026535.880983.8877
Yxy35.88090.20580.2379
Hunter Lab59.9007-12.3693-41.1020
CIE-Lab66.4288-11.0248-41.2293

#35abeb color RGB value is (53,171,235).

#35abeb hex color red value is 53, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #35abeb hue: 0.56 , saturation: 0.82 and the lightness value of 35abeb is 0.56.

The process color (four color CMYK) of #35abeb color hex is 0.77, 0.27, 0.00, 0.08. Web safe color of #35abeb is #3399ff. Color #35abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101011 11101011
Octal 65 253 353
Decimal 53 171 235
Hex 35 AB EB

RGB Percentages of Color #35abeb

%11.55
%37.25
%51.20

CMYK Percentages of Color #35abeb

%77
%27
%0
%8

Triadic Colors of #35abeb

#35abeb #eb35ab #abeb35

Analogous Colors of #35abeb

#35abeb #3550eb #35ebd0

Monochromatic Colors of #35abeb

#35abeb

Complementary Color

#35abeb #eb7535

#35abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35abeb Color CSS Codes

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

#35abeb Text Font Color

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

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


#35abeb Background Color

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

This div background color is #35abeb


#35abeb Border Color

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

This div border color is #35abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35abeb


Comments

No comments written yet.

Please login to write comment.