Color Hex Logo

#35addf Color Hex

#35ADDF
(53,173,223)
0 Favorites   0 Comments

Color spaces of #35addf

RGB 53173223
HSL0.550.730.54
HSV198°76°87°
CMYK 0.760.220.00   0.13
XYZ29.731135.971775.1883
Yxy35.97170.21100.2553
Hunter Lab59.9764-16.4739-32.3443
CIE-Lab66.4983-16.1838-34.5390

#35addf color RGB value is (53,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101101 11011111
Octal 65 255 337
Decimal 53 173 223
Hex 35 AD DF

RGB Percentages of Color #35addf

%11.80
%38.53
%49.67

CMYK Percentages of Color #35addf

%76
%22
%0
%13

Triadic Colors of #35addf

#35addf #df35ad #addf35

Analogous Colors of #35addf

#35addf #3558df #35dfbc

Monochromatic Colors of #35addf

#35addf

Complementary Color

#35addf #df6735

#35addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35addf Color CSS Codes

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

#35addf Text Font Color

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

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


#35addf Background Color

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

This div background color is #35addf


#35addf Border Color

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

This div border color is #35addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35addf


Comments

No comments written yet.

Please login to write comment.