Color Hex Logo

#69ebac Color Hex

#69EBAC
(105,235,172)
0 Favorites   0 Comments

Color spaces of #69ebac

RGB 105235172
HSL0.420.760.67
HSV151°55°92°
CMYK 0.550.000.27   0.08
XYZ42.980465.398549.3876
Yxy65.39850.27240.4145
Hunter Lab80.8693-46.652220.3996
CIE-Lab84.6887-50.224319.9334

#69ebac color RGB value is (105,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101011 10101100
Octal 151 353 254
Decimal 105 235 172
Hex 69 EB AC

RGB Percentages of Color #69ebac

%20.51
%45.90
%33.59

CMYK Percentages of Color #69ebac

%55
%0
%27
%8

Triadic Colors of #69ebac

#69ebac #ac69eb #ebac69

Analogous Colors of #69ebac

#69ebac #69e9eb #69eb6b

Monochromatic Colors of #69ebac

#69ebac

Complementary Color

#69ebac #eb69a8

#69ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ebac Color CSS Codes

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

#69ebac Text Font Color

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

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


#69ebac Background Color

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

This div background color is #69ebac


#69ebac Border Color

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

This div border color is #69ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ebac


Comments

No comments written yet.

Please login to write comment.