Color Hex Logo

#35afdb Color Hex

#35AFDB
(53,175,219)
0 Favorites   0 Comments

Color spaces of #35afdb

RGB 53175219
HSL0.540.700.53
HSV196°76°86°
CMYK 0.760.200.00   0.14
XYZ29.584436.531372.5098
Yxy36.53130.21340.2635
Hunter Lab60.4411-18.4008-28.8200
CIE-Lab66.9239-18.5775-31.6806

#35afdb color RGB value is (53,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11011011
Octal 65 257 333
Decimal 53 175 219
Hex 35 AF DB

RGB Percentages of Color #35afdb

%11.86
%39.15
%48.99

CMYK Percentages of Color #35afdb

%76
%20
%0
%14

Triadic Colors of #35afdb

#35afdb #db35af #afdb35

Analogous Colors of #35afdb

#35afdb #355cdb #35dbb4

Monochromatic Colors of #35afdb

#35afdb

Complementary Color

#35afdb #db6135

#35afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afdb Color CSS Codes

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

#35afdb Text Font Color

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

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


#35afdb Background Color

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

This div background color is #35afdb


#35afdb Border Color

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

This div border color is #35afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afdb


Comments

No comments written yet.

Please login to write comment.