Color Hex Logo

#69ddbd Color Hex

#69DDBD
(105,221,189)
0 Favorites   0 Comments

Color spaces of #69ddbd

RGB 105221189
HSL0.450.630.64
HSV163°52°87°
CMYK 0.520.000.14   0.13
XYZ40.867558.390357.2606
Yxy58.39030.26110.3731
Hunter Lab76.4135-38.25839.0604
CIE-Lab80.9553-40.52705.7302

#69ddbd color RGB value is (105,221,189).

#69ddbd hex color red value is 105, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #69ddbd hue: 0.45 , saturation: 0.63 and the lightness value of 69ddbd is 0.64.

The process color (four color CMYK) of #69ddbd color hex is 0.52, 0.00, 0.14, 0.13. Web safe color of #69ddbd is #66cccc. Color #69ddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011101 10111101
Octal 151 335 275
Decimal 105 221 189
Hex 69 DD BD

RGB Percentages of Color #69ddbd

%20.39
%42.91
%36.70

CMYK Percentages of Color #69ddbd

%52
%0
%14
%13

Triadic Colors of #69ddbd

#69ddbd #bd69dd #ddbd69

Analogous Colors of #69ddbd

#69ddbd #69c3dd #69dd83

Monochromatic Colors of #69ddbd

#69ddbd

Complementary Color

#69ddbd #dd6989

#69ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ddbd Color CSS Codes

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

#69ddbd Text Font Color

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

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


#69ddbd Background Color

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

This div background color is #69ddbd


#69ddbd Border Color

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

This div border color is #69ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ddbd


Comments

No comments written yet.

Please login to write comment.