Color Hex Logo

#35aade Color Hex

#35AADE
(53,170,222)
0 Favorites   0 Comments

Color spaces of #35aade

RGB 53170222
HSL0.550.720.54
HSV198°76°87°
CMYK 0.760.230.00   0.13
XYZ29.027734.780374.2906
Yxy34.78030.21020.2519
Hunter Lab58.9748-15.3474-33.4052
CIE-Lab65.5773-14.9119-35.4206

#35aade color RGB value is (53,170,222).

#35aade hex color red value is 53, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #35aade hue: 0.55 , saturation: 0.72 and the lightness value of 35aade is 0.54.

The process color (four color CMYK) of #35aade color hex is 0.76, 0.23, 0.00, 0.13. Web safe color of #35aade is #3399cc. Color #35aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101010 11011110
Octal 65 252 336
Decimal 53 170 222
Hex 35 AA DE

RGB Percentages of Color #35aade

%11.91
%38.20
%49.89

CMYK Percentages of Color #35aade

%76
%23
%0
%13

Triadic Colors of #35aade

#35aade #de35aa #aade35

Analogous Colors of #35aade

#35aade #3555de #35debe

Monochromatic Colors of #35aade

#35aade

Complementary Color

#35aade #de6935

#35aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aade Color CSS Codes

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

#35aade Text Font Color

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

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


#35aade Background Color

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

This div background color is #35aade


#35aade Border Color

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

This div border color is #35aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aade


Comments

No comments written yet.

Please login to write comment.