Color Hex Logo

#35fde1 Color Hex

#35FDE1
(53,253,225)
0 Favorites   0 Comments

Color spaces of #35fde1

RGB 53253225
HSL0.480.980.60
HSV172°79°99°
CMYK 0.790.000.11   0.01
XYZ50.184176.443783.3443
Yxy76.44370.23900.3641
Hunter Lab87.4321-50.55114.6845
CIE-Lab90.0649-53.0544-0.0806

#35fde1 color RGB value is (53,253,225).

#35fde1 hex color red value is 53, green value is 253 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #35fde1 hue: 0.48 , saturation: 0.98 and the lightness value of 35fde1 is 0.60.

The process color (four color CMYK) of #35fde1 color hex is 0.79, 0.00, 0.11, 0.01. Web safe color of #35fde1 is #33ffcc. Color #35fde1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111101 11100001
Octal 65 375 341
Decimal 53 253 225
Hex 35 FD E1

RGB Percentages of Color #35fde1

%9.98
%47.65
%42.37

CMYK Percentages of Color #35fde1

%79
%0
%11
%1

Triadic Colors of #35fde1

#35fde1 #e135fd #fde135

Analogous Colors of #35fde1

#35fde1 #35b5fd #35fd7d

Monochromatic Colors of #35fde1

#35fde1

Complementary Color

#35fde1 #fd3551

#35fde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fde1 Color CSS Codes

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

#35fde1 Text Font Color

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

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


#35fde1 Background Color

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

This div background color is #35fde1


#35fde1 Border Color

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

This div border color is #35fde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fde1

Related Colors


Comments

No comments written yet.

Please login to write comment.