Color Hex Logo

#35afda Color Hex

#35AFDA
(53,175,218)
0 Favorites   0 Comments

Color spaces of #35afda

RGB 53175218
HSL0.540.690.53
HSV196°76°85°
CMYK 0.760.200.00   0.15
XYZ29.453136.478871.8184
Yxy36.47880.21380.2648
Hunter Lab60.3977-18.6499-28.2229
CIE-Lab66.8842-18.9082-31.1922

#35afda color RGB value is (53,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11011010
Octal 65 257 332
Decimal 53 175 218
Hex 35 AF DA

RGB Percentages of Color #35afda

%11.88
%39.24
%48.88

CMYK Percentages of Color #35afda

%76
%20
%0
%15

Triadic Colors of #35afda

#35afda #da35af #afda35

Analogous Colors of #35afda

#35afda #355dda #35dab3

Monochromatic Colors of #35afda

#35afda

Complementary Color

#35afda #da6035

#35afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afda Color CSS Codes

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

#35afda Text Font Color

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

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


#35afda Background Color

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

This div background color is #35afda


#35afda Border Color

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

This div border color is #35afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afda


Comments

No comments written yet.

Please login to write comment.