Color Hex Logo

#65edea Color Hex

#65EDEA
(101,237,234)
0 Favorites   0 Comments

Color spaces of #65edea

RGB 101237234
HSL0.500.790.66
HSV179°57°93°
CMYK 0.570.000.01   0.07
XYZ50.502369.275688.5517
Yxy69.27560.24240.3325
Hunter Lab83.2320-37.3483-4.8171
CIE-Lab86.6403-37.4409-9.7187

#65edea color RGB value is (101,237,234).

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

The process color (four color CMYK) of #65edea color hex is 0.57, 0.00, 0.01, 0.07. Web safe color of #65edea is #66ffff. Color #65edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101101 11101010
Octal 145 355 352
Decimal 101 237 234
Hex 65 ED EA

RGB Percentages of Color #65edea

%17.66
%41.43
%40.91

CMYK Percentages of Color #65edea

%57
%0
%1
%7

Triadic Colors of #65edea

#65edea #ea65ed #edea65

Analogous Colors of #65edea

#65edea #65aced #65eda6

Monochromatic Colors of #65edea

#65edea

Complementary Color

#65edea #ed6568

#65edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#65edea Color CSS Codes

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

#65edea Text Font Color

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

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


#65edea Background Color

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

This div background color is #65edea


#65edea Border Color

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

This div border color is #65edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65edea


Comments

No comments written yet.

Please login to write comment.