Color Hex Logo

#69e2be Color Hex

#69E2BE
(105,226,190)
0 Favorites   0 Comments

Color spaces of #69e2be

RGB 105226190
HSL0.450.680.65
HSV162°54°89°
CMYK 0.540.000.16   0.11
XYZ42.316361.113758.2810
Yxy61.11370.26170.3779
Hunter Lab78.1753-40.184610.5210
CIE-Lab82.4398-42.51807.3365

#69e2be color RGB value is (105,226,190).

#69e2be hex color red value is 105, green value is 226 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #69e2be hue: 0.45 , saturation: 0.68 and the lightness value of 69e2be is 0.65.

The process color (four color CMYK) of #69e2be color hex is 0.54, 0.00, 0.16, 0.11. Web safe color of #69e2be is #66cccc. Color #69e2be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100010 10111110
Octal 151 342 276
Decimal 105 226 190
Hex 69 E2 BE

RGB Percentages of Color #69e2be

%20.15
%43.38
%36.47

CMYK Percentages of Color #69e2be

%54
%0
%16
%11

Triadic Colors of #69e2be

#69e2be #be69e2 #e2be69

Analogous Colors of #69e2be

#69e2be #69cae2 #69e282

Monochromatic Colors of #69e2be

#69e2be

Complementary Color

#69e2be #e2698d

#69e2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e2be Color CSS Codes

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

#69e2be Text Font Color

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

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


#69e2be Background Color

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

This div background color is #69e2be


#69e2be Border Color

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

This div border color is #69e2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e2be


Comments

No comments written yet.

Please login to write comment.