Color Hex Logo

#35ffda Color Hex

#35FFDA
(53,255,218)
0 Favorites   0 Comments

Color spaces of #35ffda

RGB 53255218
HSL0.471.000.60
HSV169°79°100°
CMYK 0.790.000.15   0.00
XYZ49.883177.338878.6284
Yxy77.33880.24230.3757
Hunter Lab87.9425-52.64988.5492
CIE-Lab90.4773-55.64154.1483

#35ffda color RGB value is (53,255,218).

#35ffda hex color red value is 53, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #35ffda hue: 0.47 , saturation: 1.00 and the lightness value of 35ffda is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111111 11011010
Octal 65 377 332
Decimal 53 255 218
Hex 35 FF DA

RGB Percentages of Color #35ffda

%10.08
%48.48
%41.44

CMYK Percentages of Color #35ffda

%79
%0
%15
%0

Triadic Colors of #35ffda

#35ffda #da35ff #ffda35

Analogous Colors of #35ffda

#35ffda #35bfff #35ff75

Monochromatic Colors of #35ffda

#35ffda

Complementary Color

#35ffda #ff355a

#35ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ffda Color CSS Codes

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

#35ffda Text Font Color

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

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


#35ffda Background Color

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

This div background color is #35ffda


#35ffda Border Color

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

This div border color is #35ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ffda

Related Colors


Comments

No comments written yet.

Please login to write comment.