Color Hex Logo

#69dcbd Color Hex

#69DCBD
(105,220,189)
0 Favorites   0 Comments

Color spaces of #69dcbd

RGB 105220189
HSL0.460.620.64
HSV164°52°86°
CMYK 0.520.000.14   0.14
XYZ40.604257.863857.1729
Yxy57.86380.26090.3718
Hunter Lab76.0683-37.83868.6854
CIE-Lab80.6630-40.07935.3087

#69dcbd color RGB value is (105,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011100 10111101
Octal 151 334 275
Decimal 105 220 189
Hex 69 DC BD

RGB Percentages of Color #69dcbd

%20.43
%42.80
%36.77

CMYK Percentages of Color #69dcbd

%52
%0
%14
%14

Triadic Colors of #69dcbd

#69dcbd #bd69dc #dcbd69

Analogous Colors of #69dcbd

#69dcbd #69c2dc #69dc84

Monochromatic Colors of #69dcbd

#69dcbd

Complementary Color

#69dcbd #dc6988

#69dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dcbd Color CSS Codes

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

#69dcbd Text Font Color

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

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


#69dcbd Background Color

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

This div background color is #69dcbd


#69dcbd Border Color

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

This div border color is #69dcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,220,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 #69dcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dcbd


Comments

No comments written yet.

Please login to write comment.