Color Hex Logo

#69ebae Color Hex

#69EBAE
(105,235,174)
0 Favorites   0 Comments

Color spaces of #69ebae

RGB 105235174
HSL0.420.760.67
HSV152°55°92°
CMYK 0.550.000.26   0.08
XYZ43.174065.475950.4070
Yxy65.47590.27140.4117
Hunter Lab80.9172-46.365019.7076
CIE-Lab84.7284-49.820118.9518

#69ebae color RGB value is (105,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101011 10101110
Octal 151 353 256
Decimal 105 235 174
Hex 69 EB AE

RGB Percentages of Color #69ebae

%20.43
%45.72
%33.85

CMYK Percentages of Color #69ebae

%55
%0
%26
%8

Triadic Colors of #69ebae

#69ebae #ae69eb #ebae69

Analogous Colors of #69ebae

#69ebae #69e7eb #69eb6d

Monochromatic Colors of #69ebae

#69ebae

Complementary Color

#69ebae #eb69a6

#69ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ebae Color CSS Codes

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

#69ebae Text Font Color

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

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


#69ebae Background Color

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

This div background color is #69ebae


#69ebae Border Color

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

This div border color is #69ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ebae


Comments

No comments written yet.

Please login to write comment.