Color Hex Logo

#35f82b Color Hex

#35F82B
(53,248,43)
0 Favorites   0 Comments

Color spaces of #35f82b

RGB 5324843
HSL0.330.940.57
HSV117°83°97°
CMYK 0.790.000.83   0.03
XYZ35.471668.066113.5540
Yxy68.06610.30290.5813
Hunter Lab82.5022-67.633248.0110
CIE-Lab86.0395-79.840676.0684

#35f82b color RGB value is (53,248,43).

#35f82b hex color red value is 53, green value is 248 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #35f82b hue: 0.33 , saturation: 0.94 and the lightness value of 35f82b is 0.57.

The process color (four color CMYK) of #35f82b color hex is 0.79, 0.00, 0.83, 0.03. Web safe color of #35f82b is #33ff33. Color #35f82b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111000 00101011
Octal 65 370 53
Decimal 53 248 43
Hex 35 F8 2B

RGB Percentages of Color #35f82b

%15.41
%72.09
%12.50

CMYK Percentages of Color #35f82b

%79
%0
%83
%3

Triadic Colors of #35f82b

#35f82b #2b35f8 #f82b35

Analogous Colors of #35f82b

#35f82b #2bf888 #9cf82b

Monochromatic Colors of #35f82b

#35f82b

Complementary Color

#35f82b #ee2bf8

#35f82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35f82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35f82b Color CSS Codes

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

#35f82b Text Font Color

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

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


#35f82b Background Color

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

This div background color is #35f82b


#35f82b Border Color

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

This div border color is #35f82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35f82b


Comments

No comments written yet.

Please login to write comment.