Color Hex Logo

#35adeb Color Hex

#35ADEB
(53,173,235)
0 Favorites   0 Comments

Color spaces of #35adeb

RGB 53173235
HSL0.560.820.56
HSV200°77°92°
CMYK 0.770.260.00   0.08
XYZ31.407236.642284.0146
Yxy36.64220.20650.2410
Hunter Lab60.5328-13.3184-39.9167
CIE-Lab67.0077-12.1177-40.3236

#35adeb color RGB value is (53,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101101 11101011
Octal 65 255 353
Decimal 53 173 235
Hex 35 AD EB

RGB Percentages of Color #35adeb

%11.50
%37.53
%50.98

CMYK Percentages of Color #35adeb

%77
%26
%0
%8

Triadic Colors of #35adeb

#35adeb #eb35ad #adeb35

Analogous Colors of #35adeb

#35adeb #3552eb #35ebce

Monochromatic Colors of #35adeb

#35adeb

Complementary Color

#35adeb #eb7335

#35adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35adeb Color CSS Codes

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

#35adeb Text Font Color

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

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


#35adeb Background Color

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

This div background color is #35adeb


#35adeb Border Color

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

This div border color is #35adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35adeb


Comments

No comments written yet.

Please login to write comment.