Color Hex Logo

#35efdd Color Hex

#35EFDD
(53,239,221)
0 Favorites   0 Comments

Color spaces of #35efdd

RGB 53239221
HSL0.480.850.57
HSV174°78°94°
CMYK 0.780.000.08   0.06
XYZ45.385867.710379.0839
Yxy67.71030.23620.3523
Hunter Lab82.2863-45.54750.6178
CIE-Lab85.8614-48.2493-4.1561

#35efdd color RGB value is (53,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101111 11011101
Octal 65 357 335
Decimal 53 239 221
Hex 35 EF DD

RGB Percentages of Color #35efdd

%10.33
%46.59
%43.08

CMYK Percentages of Color #35efdd

%78
%0
%8
%6

Triadic Colors of #35efdd

#35efdd #dd35ef #efdd35

Analogous Colors of #35efdd

#35efdd #35a4ef #35ef80

Monochromatic Colors of #35efdd

#35efdd

Complementary Color

#35efdd #ef3547

#35efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35efdd Color CSS Codes

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

#35efdd Text Font Color

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

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


#35efdd Background Color

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

This div background color is #35efdd


#35efdd Border Color

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

This div border color is #35efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35efdd


Comments

No comments written yet.

Please login to write comment.