Color Hex Logo

#35edda Color Hex

#35EDDA
(53,237,218)
0 Favorites   0 Comments

Color spaces of #35edda

RGB 53237218
HSL0.480.840.57
HSV174°78°93°
CMYK 0.780.000.08   0.07
XYZ44.407366.387276.8032
Yxy66.38720.23670.3539
Hunter Lab81.4783-45.30111.1468
CIE-Lab85.1935-48.1996-3.5624

#35edda color RGB value is (53,237,218).

#35edda hex color red value is 53, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #35edda hue: 0.48 , saturation: 0.84 and the lightness value of 35edda is 0.57.

The process color (four color CMYK) of #35edda color hex is 0.78, 0.00, 0.08, 0.07. Web safe color of #35edda is #33ffcc. Color #35edda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101101 11011010
Octal 65 355 332
Decimal 53 237 218
Hex 35 ED DA

RGB Percentages of Color #35edda

%10.43
%46.65
%42.91

CMYK Percentages of Color #35edda

%78
%0
%8
%7

Triadic Colors of #35edda

#35edda #da35ed #edda35

Analogous Colors of #35edda

#35edda #35a4ed #35ed7e

Monochromatic Colors of #35edda

#35edda

Complementary Color

#35edda #ed3548

#35edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#35edda Color CSS Codes

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

#35edda Text Font Color

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

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


#35edda Background Color

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

This div background color is #35edda


#35edda Border Color

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

This div border color is #35edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35edda


Comments

No comments written yet.

Please login to write comment.