Color Hex Logo

#35ebbf Color Hex

#35EBBF
(53,235,191)
0 Favorites   0 Comments

Color spaces of #35ebbf

RGB 53235191
HSL0.460.820.56
HSV165°77°92°
CMYK 0.770.000.19   0.08
XYZ40.580563.935159.4921
Yxy63.93510.24740.3898
Hunter Lab79.9594-49.337811.8581
CIE-Lab83.9320-54.24308.7920

#35ebbf color RGB value is (53,235,191).

#35ebbf hex color red value is 53, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #35ebbf hue: 0.46 , saturation: 0.82 and the lightness value of 35ebbf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101011 10111111
Octal 65 353 277
Decimal 53 235 191
Hex 35 EB BF

RGB Percentages of Color #35ebbf

%11.06
%49.06
%39.87

CMYK Percentages of Color #35ebbf

%77
%0
%19
%8

Triadic Colors of #35ebbf

#35ebbf #bf35eb #ebbf35

Analogous Colors of #35ebbf

#35ebbf #35bceb #35eb64

Monochromatic Colors of #35ebbf

#35ebbf

Complementary Color

#35ebbf #eb3561

#35ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ebbf Color CSS Codes

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

#35ebbf Text Font Color

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

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


#35ebbf Background Color

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

This div background color is #35ebbf


#35ebbf Border Color

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

This div border color is #35ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ebbf


Comments

No comments written yet.

Please login to write comment.