Color Hex Logo

#35beae Color Hex

#35BEAE
(53,190,174)
0 Favorites   0 Comments

Color spaces of #35beae

RGB 53190174
HSL0.480.560.48
HSV173°72°75°
CMYK 0.720.000.08   0.25
XYZ27.521640.639846.4381
Yxy40.63980.24020.3546
Hunter Lab63.7494-34.50011.4349
CIE-Lab69.9228-39.5700-2.4028

#35beae color RGB value is (53,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111110 10101110
Octal 65 276 256
Decimal 53 190 174
Hex 35 BE AE

RGB Percentages of Color #35beae

%12.71
%45.56
%41.73

CMYK Percentages of Color #35beae

%72
%0
%8
%25

Triadic Colors of #35beae

#35beae #ae35be #beae35

Analogous Colors of #35beae

#35beae #358abe #35be6a

Monochromatic Colors of #35beae

#35beae

Complementary Color

#35beae #be3545

#35beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#35beae Color CSS Codes

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

#35beae Text Font Color

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

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


#35beae Background Color

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

This div background color is #35beae


#35beae Border Color

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

This div border color is #35beae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,190,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 #35beae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35beae


Comments

No comments written yet.

Please login to write comment.