Color Hex Logo

#35dcbf Color Hex

#35DCBF
(53,220,191)
0 Favorites   0 Comments

Color spaces of #35dcbf

RGB 53220191
HSL0.470.700.54
HSV170°76°86°
CMYK 0.760.000.13   0.14
XYZ36.465455.704958.1204
Yxy55.70490.24260.3706
Hunter Lab74.6357-43.40136.0746
CIE-Lab79.4456-48.08762.3232

#35dcbf color RGB value is (53,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011100 10111111
Octal 65 334 277
Decimal 53 220 191
Hex 35 DC BF

RGB Percentages of Color #35dcbf

%11.42
%47.41
%41.16

CMYK Percentages of Color #35dcbf

%76
%0
%13
%14

Triadic Colors of #35dcbf

#35dcbf #bf35dc #dcbf35

Analogous Colors of #35dcbf

#35dcbf #35a6dc #35dc6c

Monochromatic Colors of #35dcbf

#35dcbf

Complementary Color

#35dcbf #dc3552

#35dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dcbf Color CSS Codes

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

#35dcbf Text Font Color

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

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


#35dcbf Background Color

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

This div background color is #35dcbf


#35dcbf Border Color

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

This div border color is #35dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dcbf


Comments

No comments written yet.

Please login to write comment.