Color Hex Logo

#65b482 Color Hex

#65B482
(101,180,130)
0 Favorites   0 Comments

Color spaces of #65b482

RGB 101180130
HSL0.390.340.55
HSV142°44°71°
CMYK 0.440.000.28   0.29
XYZ25.717437.020926.9094
Yxy37.02090.28690.4130
Hunter Lab60.8448-31.031416.3696
CIE-Lab67.2927-35.625618.0982

#65b482 color RGB value is (101,180,130).

#65b482 hex color red value is 101, green value is 180 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #65b482 hue: 0.39 , saturation: 0.34 and the lightness value of 65b482 is 0.55.

The process color (four color CMYK) of #65b482 color hex is 0.44, 0.00, 0.28, 0.29. Web safe color of #65b482 is #66cc99. Color #65b482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10110100 10000010
Octal 145 264 202
Decimal 101 180 130
Hex 65 B4 82

RGB Percentages of Color #65b482

%24.57
%43.80
%31.63

CMYK Percentages of Color #65b482

%44
%0
%28
%29

Triadic Colors of #65b482

#65b482 #8265b4 #b48265

Analogous Colors of #65b482

#65b482 #65b4aa #70b465

Monochromatic Colors of #65b482

#65b482

Complementary Color

#65b482 #b46597

#65b482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65b482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65b482 Color CSS Codes

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

#65b482 Text Font Color

<p style="color:#65b482">Text here</p>

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


#65b482 Background Color

<div style="background-color:#65b482">
Div content here</div>

This div background color is #65b482


#65b482 Border Color

<div style="border:3px solid #65b482">
Div here</div>

This div border color is #65b482


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,180,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65b482; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65b482;
  -webkit-box-shadow: 1px 1px 3px 2px #65b482;
  box-shadow:         1px 1px 3px 2px #65b482; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,180,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65b482


Comments

No comments written yet.

Please login to write comment.