Color Hex Logo

#35dfbf Color Hex

#35DFBF
(53,223,191)
0 Favorites   0 Comments

Color spaces of #35dfbf

RGB 53223191
HSL0.470.730.54
HSV169°76°87°
CMYK 0.760.000.14   0.13
XYZ37.259857.293858.3852
Yxy57.29380.24360.3746
Hunter Lab75.6927-44.59537.2518
CIE-Lab80.3446-49.34323.6272

#35dfbf color RGB value is (53,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011111 10111111
Octal 65 337 277
Decimal 53 223 191
Hex 35 DF BF

RGB Percentages of Color #35dfbf

%11.35
%47.75
%40.90

CMYK Percentages of Color #35dfbf

%76
%0
%14
%13

Triadic Colors of #35dfbf

#35dfbf #bf35df #dfbf35

Analogous Colors of #35dfbf

#35dfbf #35aadf #35df6a

Monochromatic Colors of #35dfbf

#35dfbf

Complementary Color

#35dfbf #df3555

#35dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dfbf Color CSS Codes

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

#35dfbf Text Font Color

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

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


#35dfbf Background Color

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

This div background color is #35dfbf


#35dfbf Border Color

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

This div border color is #35dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dfbf


Comments

No comments written yet.

Please login to write comment.