Color Hex Logo

#35efcd Color Hex

#35EFCD
(53,239,205)
0 Favorites   0 Comments

Color spaces of #35efcd

RGB 53239205
HSL0.470.850.57
HSV169°78°94°
CMYK 0.780.000.14   0.06
XYZ43.354166.897768.3851
Yxy66.89770.24270.3745
Hunter Lab81.7910-48.51877.6816
CIE-Lab85.4523-52.40663.6414

#35efcd color RGB value is (53,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101111 11001101
Octal 65 357 315
Decimal 53 239 205
Hex 35 EF CD

RGB Percentages of Color #35efcd

%10.66
%48.09
%41.25

CMYK Percentages of Color #35efcd

%78
%0
%14
%6

Triadic Colors of #35efcd

#35efcd #cd35ef #efcd35

Analogous Colors of #35efcd

#35efcd #35b4ef #35ef70

Monochromatic Colors of #35efcd

#35efcd

Complementary Color

#35efcd #ef3557

#35efcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35efcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35efcd Color CSS Codes

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

#35efcd Text Font Color

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

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


#35efcd Background Color

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

This div background color is #35efcd


#35efcd Border Color

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

This div border color is #35efcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35efcd


Comments

No comments written yet.

Please login to write comment.