Color Hex Logo

#35fedd Color Hex

#35FEDD
(53,254,221)
0 Favorites   0 Comments

Color spaces of #35fedd

RGB 53254221
HSL0.470.990.60
HSV170°79°100°
CMYK 0.790.000.13   0.00
XYZ49.961276.861080.6090
Yxy76.86100.24090.3705
Hunter Lab87.6704-51.70056.8548
CIE-Lab90.2576-54.48402.2753

#35fedd color RGB value is (53,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111110 11011101
Octal 65 376 335
Decimal 53 254 221
Hex 35 FE DD

RGB Percentages of Color #35fedd

%10.04
%48.11
%41.86

CMYK Percentages of Color #35fedd

%79
%0
%13
%0

Triadic Colors of #35fedd

#35fedd #dd35fe #fedd35

Analogous Colors of #35fedd

#35fedd #35bbfe #35fe79

Monochromatic Colors of #35fedd

#35fedd

Complementary Color

#35fedd #fe3556

#35fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fedd Color CSS Codes

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

#35fedd Text Font Color

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

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


#35fedd Background Color

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

This div background color is #35fedd


#35fedd Border Color

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

This div border color is #35fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.