Color Hex Logo

#35baae Color Hex

#35BAAE
(53,186,174)
0 Favorites   0 Comments

Color spaces of #35baae

RGB 53186174
HSL0.480.560.47
HSV175°72°73°
CMYK 0.720.000.06   0.27
XYZ26.667138.930746.1533
Yxy38.93070.23860.3484
Hunter Lab62.3945-32.9003-0.1808
CIE-Lab68.7010-37.7632-4.2010

#35baae color RGB value is (53,186,174).

#35baae hex color red value is 53, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #35baae hue: 0.48 , saturation: 0.56 and the lightness value of 35baae is 0.47.

The process color (four color CMYK) of #35baae color hex is 0.72, 0.00, 0.06, 0.27. Web safe color of #35baae is #33cc99. Color #35baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 10101110
Octal 65 272 256
Decimal 53 186 174
Hex 35 BA AE

RGB Percentages of Color #35baae

%12.83
%45.04
%42.13

CMYK Percentages of Color #35baae

%72
%0
%6
%27

Triadic Colors of #35baae

#35baae #ae35ba #baae35

Analogous Colors of #35baae

#35baae #3584ba #35ba6c

Monochromatic Colors of #35baae

#35baae

Complementary Color

#35baae #ba3541

#35baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#35baae Color CSS Codes

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

#35baae Text Font Color

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

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


#35baae Background Color

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

This div background color is #35baae


#35baae Border Color

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

This div border color is #35baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35baae


Comments

No comments written yet.

Please login to write comment.