Color Hex Logo

#69edbb Color Hex

#69EDBB
(105,237,187)
0 Favorites   0 Comments

Color spaces of #69edbb

RGB 105237187
HSL0.440.790.67
HSV157°56°93°
CMYK 0.560.000.21   0.07
XYZ45.079567.159557.6008
Yxy67.15950.26540.3954
Hunter Lab81.9509-45.224915.6925
CIE-Lab85.5844-47.936713.3924

#69edbb color RGB value is (105,237,187).

#69edbb hex color red value is 105, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #69edbb hue: 0.44 , saturation: 0.79 and the lightness value of 69edbb is 0.67.

The process color (four color CMYK) of #69edbb color hex is 0.56, 0.00, 0.21, 0.07. Web safe color of #69edbb is #66ffcc. Color #69edbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 10111011
Octal 151 355 273
Decimal 105 237 187
Hex 69 ED BB

RGB Percentages of Color #69edbb

%19.85
%44.80
%35.35

CMYK Percentages of Color #69edbb

%56
%0
%21
%7

Triadic Colors of #69edbb

#69edbb #bb69ed #edbb69

Analogous Colors of #69edbb

#69edbb #69dded #69ed79

Monochromatic Colors of #69edbb

#69edbb

Complementary Color

#69edbb #ed699b

#69edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69edbb Color CSS Codes

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

#69edbb Text Font Color

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

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


#69edbb Background Color

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

This div background color is #69edbb


#69edbb Border Color

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

This div border color is #69edbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69edbb


Comments

No comments written yet.

Please login to write comment.