Color Hex Logo

#69c7bc Color Hex

#69C7BC
(105,199,188)
0 Favorites   0 Comments

Color spaces of #69c7bc

RGB 105199188
HSL0.480.460.60
HSV173°47°78°
CMYK 0.470.000.06   0.22
XYZ35.326247.480954.8798
Yxy47.48090.25660.3448
Hunter Lab68.9064-29.07471.0135
CIE-Lab74.4963-30.5782-3.1368

#69c7bc color RGB value is (105,199,188).

#69c7bc hex color red value is 105, green value is 199 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #69c7bc hue: 0.48 , saturation: 0.46 and the lightness value of 69c7bc is 0.60.

The process color (four color CMYK) of #69c7bc color hex is 0.47, 0.00, 0.06, 0.22. Web safe color of #69c7bc is #66cccc. Color #69c7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11000111 10111100
Octal 151 307 274
Decimal 105 199 188
Hex 69 C7 BC

RGB Percentages of Color #69c7bc

%21.34
%40.45
%38.21

CMYK Percentages of Color #69c7bc

%47
%0
%6
%22

Triadic Colors of #69c7bc

#69c7bc #bc69c7 #c7bc69

Analogous Colors of #69c7bc

#69c7bc #69a3c7 #69c78d

Monochromatic Colors of #69c7bc

#69c7bc

Complementary Color

#69c7bc #c76974

#69c7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69c7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69c7bc Color CSS Codes

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

#69c7bc Text Font Color

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

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


#69c7bc Background Color

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

This div background color is #69c7bc


#69c7bc Border Color

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

This div border color is #69c7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69c7bc


Comments

No comments written yet.

Please login to write comment.