Color Hex Logo

#35adda Color Hex

#35ADDA
(53,173,218)
0 Favorites   0 Comments

Color spaces of #35adda

RGB 53173218
HSL0.550.690.53
HSV196°76°85°
CMYK 0.760.210.00   0.15
XYZ29.066735.706071.6896
Yxy35.70600.21300.2617
Hunter Lab59.7545-17.7417-29.3042
CIE-Lab66.2947-17.8535-32.1044

#35adda color RGB value is (53,173,218).

#35adda hex color red value is 53, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #35adda hue: 0.55 , saturation: 0.69 and the lightness value of 35adda is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101101 11011010
Octal 65 255 332
Decimal 53 173 218
Hex 35 AD DA

RGB Percentages of Color #35adda

%11.94
%38.96
%49.10

CMYK Percentages of Color #35adda

%76
%21
%0
%15

Triadic Colors of #35adda

#35adda #da35ad #adda35

Analogous Colors of #35adda

#35adda #355bda #35dab5

Monochromatic Colors of #35adda

#35adda

Complementary Color

#35adda #da6235

#35adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#35adda Color CSS Codes

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

#35adda Text Font Color

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

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


#35adda Background Color

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

This div background color is #35adda


#35adda Border Color

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

This div border color is #35adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35adda


Comments

No comments written yet.

Please login to write comment.