Color Hex Logo

#35efbf Color Hex

#35EFBF
(53,239,191)
0 Favorites   0 Comments

Color spaces of #35efbf

RGB 53239191
HSL0.460.850.57
HSV165°78°94°
CMYK 0.780.000.20   0.06
XYZ41.738766.251559.8782
Yxy66.25150.24860.3947
Hunter Lab81.3950-50.908013.3599
CIE-Lab85.1245-55.835110.4952

#35efbf color RGB value is (53,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101111 10111111
Octal 65 357 277
Decimal 53 239 191
Hex 35 EF BF

RGB Percentages of Color #35efbf

%10.97
%49.48
%39.54

CMYK Percentages of Color #35efbf

%78
%0
%20
%6

Triadic Colors of #35efbf

#35efbf #bf35ef #efbf35

Analogous Colors of #35efbf

#35efbf #35c2ef #35ef62

Monochromatic Colors of #35efbf

#35efbf

Complementary Color

#35efbf #ef3565

#35efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35efbf Color CSS Codes

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

#35efbf Text Font Color

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

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


#35efbf Background Color

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

This div background color is #35efbf


#35efbf Border Color

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

This div border color is #35efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35efbf


Comments

No comments written yet.

Please login to write comment.