Color Hex Logo

#35dcbe Color Hex

#35DCBE
(53,220,190)
0 Favorites   0 Comments

Color spaces of #35dcbe

RGB 53220190
HSL0.470.700.54
HSV169°76°86°
CMYK 0.760.000.14   0.14
XYZ36.355755.661057.5427
Yxy55.66100.24310.3722
Hunter Lab74.6063-43.57796.4949
CIE-Lab79.4205-48.34422.8193

#35dcbe color RGB value is (53,220,190).

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

The process color (four color CMYK) of #35dcbe color hex is 0.76, 0.00, 0.14, 0.14. Web safe color of #35dcbe is #33cccc. Color #35dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011100 10111110
Octal 65 334 276
Decimal 53 220 190
Hex 35 DC BE

RGB Percentages of Color #35dcbe

%11.45
%47.52
%41.04

CMYK Percentages of Color #35dcbe

%76
%0
%14
%14

Triadic Colors of #35dcbe

#35dcbe #be35dc #dcbe35

Analogous Colors of #35dcbe

#35dcbe #35a7dc #35dc6b

Monochromatic Colors of #35dcbe

#35dcbe

Complementary Color

#35dcbe #dc3553

#35dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dcbe Color CSS Codes

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

#35dcbe Text Font Color

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

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


#35dcbe Background Color

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

This div background color is #35dcbe


#35dcbe Border Color

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

This div border color is #35dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dcbe


Comments

No comments written yet.

Please login to write comment.