Color Hex Logo

#35aead Color Hex

#35AEAD
(53,174,173)
0 Favorites   0 Comments

Color spaces of #35aead

RGB 53174173
HSL0.500.530.45
HSV180°70°68°
CMYK 0.700.000.01   0.32
XYZ24.147134.046144.8340
Yxy34.04610.23440.3305
Hunter Lab58.3490-28.2406-4.7127
CIE-Lab64.9991-32.4604-9.1381

#35aead color RGB value is (53,174,173).

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

The process color (four color CMYK) of #35aead color hex is 0.70, 0.00, 0.01, 0.32. Web safe color of #35aead is #339999. Color #35aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101110 10101101
Octal 65 256 255
Decimal 53 174 173
Hex 35 AE AD

RGB Percentages of Color #35aead

%13.25
%43.50
%43.25

CMYK Percentages of Color #35aead

%70
%0
%1
%32

Triadic Colors of #35aead

#35aead #ad35ae #aead35

Analogous Colors of #35aead

#35aead #3573ae #35ae71

Monochromatic Colors of #35aead

#35aead

Complementary Color

#35aead #ae3536

#35aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aead Color CSS Codes

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

#35aead Text Font Color

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

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


#35aead Background Color

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

This div background color is #35aead


#35aead Border Color

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

This div border color is #35aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aead


Comments

No comments written yet.

Please login to write comment.