Color Hex Logo

#65eabd Color Hex

#65EABD
(101,234,189)
0 Favorites   0 Comments

Color spaces of #65eabd

RGB 101234189
HSL0.440.760.66
HSV160°57°92°
CMYK 0.570.000.19   0.08
XYZ43.975065.286558.4279
Yxy65.28650.26220.3893
Hunter Lab80.8001-44.252413.6864
CIE-Lab84.6312-47.038710.9783

#65eabd color RGB value is (101,234,189).

#65eabd hex color red value is 101, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #65eabd hue: 0.44 , saturation: 0.76 and the lightness value of 65eabd is 0.66.

The process color (four color CMYK) of #65eabd color hex is 0.57, 0.00, 0.19, 0.08. Web safe color of #65eabd is #66ffcc. Color #65eabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101010 10111101
Octal 145 352 275
Decimal 101 234 189
Hex 65 EA BD

RGB Percentages of Color #65eabd

%19.27
%44.66
%36.07

CMYK Percentages of Color #65eabd

%57
%0
%19
%8

Triadic Colors of #65eabd

#65eabd #bd65ea #eabd65

Analogous Colors of #65eabd

#65eabd #65d5ea #65ea7b

Monochromatic Colors of #65eabd

#65eabd

Complementary Color

#65eabd #ea6592

#65eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65eabd Color CSS Codes

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

#65eabd Text Font Color

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

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


#65eabd Background Color

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

This div background color is #65eabd


#65eabd Border Color

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

This div border color is #65eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65eabd


Comments

No comments written yet.

Please login to write comment.