Color Hex Logo

#35efdf Color Hex

#35EFDF
(53,239,223)
0 Favorites   0 Comments

Color spaces of #35efdf

RGB 53239223
HSL0.490.850.57
HSV175°78°94°
CMYK 0.780.000.07   0.06
XYZ45.654067.817680.4959
Yxy67.81760.23540.3496
Hunter Lab82.3514-45.1582-0.3081
CIE-Lab85.9152-47.7128-5.1270

#35efdf color RGB value is (53,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101111 11011111
Octal 65 357 337
Decimal 53 239 223
Hex 35 EF DF

RGB Percentages of Color #35efdf

%10.29
%46.41
%43.30

CMYK Percentages of Color #35efdf

%78
%0
%7
%6

Triadic Colors of #35efdf

#35efdf #df35ef #efdf35

Analogous Colors of #35efdf

#35efdf #35a2ef #35ef82

Monochromatic Colors of #35efdf

#35efdf

Complementary Color

#35efdf #ef3545

#35efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35efdf Color CSS Codes

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

#35efdf Text Font Color

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

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


#35efdf Background Color

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

This div background color is #35efdf


#35efdf Border Color

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

This div border color is #35efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35efdf


Comments

No comments written yet.

Please login to write comment.