Color Hex Logo

#35fdcd Color Hex

#35FDCD
(53,253,205)
0 Favorites   0 Comments

Color spaces of #35fdcd

RGB 53253205
HSL0.460.980.60
HSV166°79°99°
CMYK 0.790.000.19   0.01
XYZ47.612975.415269.8047
Yxy75.41520.24690.3911
Hunter Lab86.8419-54.107013.1313
CIE-Lab89.5871-58.01799.5935

#35fdcd color RGB value is (53,253,205).

#35fdcd hex color red value is 53, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #35fdcd hue: 0.46 , saturation: 0.98 and the lightness value of 35fdcd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111101 11001101
Octal 65 375 315
Decimal 53 253 205
Hex 35 FD CD

RGB Percentages of Color #35fdcd

%10.37
%49.51
%40.12

CMYK Percentages of Color #35fdcd

%79
%0
%19
%1

Triadic Colors of #35fdcd

#35fdcd #cd35fd #fdcd35

Analogous Colors of #35fdcd

#35fdcd #35c9fd #35fd69

Monochromatic Colors of #35fdcd

#35fdcd

Complementary Color

#35fdcd #fd3565

#35fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fdcd Color CSS Codes

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

#35fdcd Text Font Color

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

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


#35fdcd Background Color

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

This div background color is #35fdcd


#35fdcd Border Color

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

This div border color is #35fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.