Color Hex Logo

#65edca Color Hex

#65EDCA
(101,237,202)
0 Favorites   0 Comments

Color spaces of #65edca

RGB 101237202
HSL0.460.790.66
HSV165°57°93°
CMYK 0.570.000.15   0.07
XYZ46.311767.599366.4842
Yxy67.59930.25670.3747
Hunter Lab82.2188-43.33859.6098
CIE-Lab85.8057-45.36955.8527

#65edca color RGB value is (101,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101101 11001010
Octal 145 355 312
Decimal 101 237 202
Hex 65 ED CA

RGB Percentages of Color #65edca

%18.70
%43.89
%37.41

CMYK Percentages of Color #65edca

%57
%0
%15
%7

Triadic Colors of #65edca

#65edca #ca65ed #edca65

Analogous Colors of #65edca

#65edca #65cced #65ed86

Monochromatic Colors of #65edca

#65edca

Complementary Color

#65edca #ed6588

#65edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#65edca Color CSS Codes

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

#65edca Text Font Color

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

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


#65edca Background Color

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

This div background color is #65edca


#65edca Border Color

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

This div border color is #65edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65edca


Comments

No comments written yet.

Please login to write comment.