Color Hex Logo

#35cb8f Color Hex

#35CB8F
(53,203,143)
0 Favorites   0 Comments

Color spaces of #35cb8f

RGB 53203143
HSL0.430.590.50
HSV156°74°80°
CMYK 0.740.000.30   0.20
XYZ27.782145.451933.2954
Yxy45.45190.26080.4267
Hunter Lab67.4180-44.424017.9114
CIE-Lab73.1885-52.605619.0307

#35cb8f color RGB value is (53,203,143).

#35cb8f hex color red value is 53, green value is 203 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #35cb8f hue: 0.43 , saturation: 0.59 and the lightness value of 35cb8f is 0.50.

The process color (four color CMYK) of #35cb8f color hex is 0.74, 0.00, 0.30, 0.20. Web safe color of #35cb8f is #33cc99. Color #35cb8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 10001111
Octal 65 313 217
Decimal 53 203 143
Hex 35 CB 8F

RGB Percentages of Color #35cb8f

%13.28
%50.88
%35.84

CMYK Percentages of Color #35cb8f

%74
%0
%30
%20

Triadic Colors of #35cb8f

#35cb8f #8f35cb #cb8f35

Analogous Colors of #35cb8f

#35cb8f #35bccb #35cb44

Monochromatic Colors of #35cb8f

#35cb8f

Complementary Color

#35cb8f #cb3571

#35cb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cb8f Color CSS Codes

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

#35cb8f Text Font Color

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

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


#35cb8f Background Color

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

This div background color is #35cb8f


#35cb8f Border Color

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

This div border color is #35cb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cb8f


Comments

No comments written yet.

Please login to write comment.