Color Hex Logo

#35edbc Color Hex

#35EDBC
(53,237,188)
0 Favorites   0 Comments

Color spaces of #35edbc

RGB 53237188
HSL0.460.840.57
HSV164°78°93°
CMYK 0.780.000.21   0.07
XYZ40.829564.956157.9628
Yxy64.95610.24930.3967
Hunter Lab80.5953-50.614013.7764
CIE-Lab84.4611-55.755311.1175

#35edbc color RGB value is (53,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101101 10111100
Octal 65 355 274
Decimal 53 237 188
Hex 35 ED BC

RGB Percentages of Color #35edbc

%11.09
%49.58
%39.33

CMYK Percentages of Color #35edbc

%78
%0
%21
%7

Triadic Colors of #35edbc

#35edbc #bc35ed #edbc35

Analogous Colors of #35edbc

#35edbc #35c2ed #35ed60

Monochromatic Colors of #35edbc

#35edbc

Complementary Color

#35edbc #ed3566

#35edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35edbc Color CSS Codes

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

#35edbc Text Font Color

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

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


#35edbc Background Color

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

This div background color is #35edbc


#35edbc Border Color

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

This div border color is #35edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35edbc


Comments

No comments written yet.

Please login to write comment.