Color Hex Logo

#35bea4 Color Hex

#35BEA4
(53,190,164)
0 Favorites   0 Comments

Color spaces of #35bea4

RGB 53190164
HSL0.470.560.48
HSV169°72°75°
CMYK 0.720.000.14   0.25
XYZ26.582540.264141.4927
Yxy40.26410.24540.3716
Hunter Lab63.4540-36.26635.6479
CIE-Lab69.6572-42.23122.6851

#35bea4 color RGB value is (53,190,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111110 10100100
Octal 65 276 244
Decimal 53 190 164
Hex 35 BE A4

RGB Percentages of Color #35bea4

%13.02
%46.68
%40.29

CMYK Percentages of Color #35bea4

%72
%0
%14
%25

Triadic Colors of #35bea4

#35bea4 #a435be #bea435

Analogous Colors of #35bea4

#35bea4 #3594be #35be60

Monochromatic Colors of #35bea4

#35bea4

Complementary Color

#35bea4 #be354f

#35bea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bea4 Color CSS Codes

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

#35bea4 Text Font Color

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

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


#35bea4 Background Color

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

This div background color is #35bea4


#35bea4 Border Color

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

This div border color is #35bea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bea4


Comments

No comments written yet.

Please login to write comment.