Color Hex Logo

#69ebad Color Hex

#69EBAD
(105,235,173)
0 Favorites   0 Comments

Color spaces of #69ebad

RGB 105235173
HSL0.420.760.67
HSV151°55°92°
CMYK 0.550.000.26   0.08
XYZ43.076965.437049.8954
Yxy65.43700.27190.4131
Hunter Lab80.8931-46.508920.0548
CIE-Lab84.7084-50.022519.4426

#69ebad color RGB value is (105,235,173).

#69ebad hex color red value is 105, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #69ebad hue: 0.42 , saturation: 0.76 and the lightness value of 69ebad is 0.67.

The process color (four color CMYK) of #69ebad color hex is 0.55, 0.00, 0.26, 0.08. Web safe color of #69ebad is #66ff99. Color #69ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101011 10101101
Octal 151 353 255
Decimal 105 235 173
Hex 69 EB AD

RGB Percentages of Color #69ebad

%20.47
%45.81
%33.72

CMYK Percentages of Color #69ebad

%55
%0
%26
%8

Triadic Colors of #69ebad

#69ebad #ad69eb #ebad69

Analogous Colors of #69ebad

#69ebad #69e8eb #69eb6c

Monochromatic Colors of #69ebad

#69ebad

Complementary Color

#69ebad #eb69a7

#69ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ebad Color CSS Codes

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

#69ebad Text Font Color

<p style="color:#69ebad">Text here</p>

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


#69ebad Background Color

<div style="background-color:#69ebad">
Div content here</div>

This div background color is #69ebad


#69ebad Border Color

<div style="border:3px solid #69ebad">
Div here</div>

This div border color is #69ebad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,235,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69ebad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69ebad;
  -webkit-box-shadow: 1px 1px 3px 2px #69ebad;
  box-shadow:         1px 1px 3px 2px #69ebad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,235,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ebad


Comments

No comments written yet.

Please login to write comment.