Color Hex Logo

#35efcf Color Hex

#35EFCF
(53,239,207)
0 Favorites   0 Comments

Color spaces of #35efcf

RGB 53239207
HSL0.470.850.57
HSV170°78°94°
CMYK 0.780.000.13   0.06
XYZ43.597266.994969.6650
Yxy66.99490.24190.3717
Hunter Lab81.8504-48.16116.8320
CIE-Lab85.5014-51.90022.6642

#35efcf color RGB value is (53,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101111 11001111
Octal 65 357 317
Decimal 53 239 207
Hex 35 EF CF

RGB Percentages of Color #35efcf

%10.62
%47.90
%41.48

CMYK Percentages of Color #35efcf

%78
%0
%13
%6

Triadic Colors of #35efcf

#35efcf #cf35ef #efcf35

Analogous Colors of #35efcf

#35efcf #35b2ef #35ef72

Monochromatic Colors of #35efcf

#35efcf

Complementary Color

#35efcf #ef3555

#35efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35efcf Color CSS Codes

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

#35efcf Text Font Color

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

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


#35efcf Background Color

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

This div background color is #35efcf


#35efcf Border Color

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

This div border color is #35efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35efcf


Comments

No comments written yet.

Please login to write comment.