Color Hex Logo

#69c3bc Color Hex

#69C3BC
(105,195,188)
0 Favorites   0 Comments

Color spaces of #69c3bc

RGB 105195188
HSL0.490.430.59
HSV175°46°76°
CMYK 0.460.000.04   0.24
XYZ34.417945.664354.5770
Yxy45.66430.25560.3391
Hunter Lab67.5754-27.3422-0.5826
CIE-Lab73.3272-28.6465-4.8593

#69c3bc color RGB value is (105,195,188).

#69c3bc hex color red value is 105, green value is 195 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #69c3bc hue: 0.49 , saturation: 0.43 and the lightness value of 69c3bc is 0.59.

The process color (four color CMYK) of #69c3bc color hex is 0.46, 0.00, 0.04, 0.24. Web safe color of #69c3bc is #66cccc. Color #69c3bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11000011 10111100
Octal 151 303 274
Decimal 105 195 188
Hex 69 C3 BC

RGB Percentages of Color #69c3bc

%21.52
%39.96
%38.52

CMYK Percentages of Color #69c3bc

%46
%0
%4
%24

Triadic Colors of #69c3bc

#69c3bc #bc69c3 #c3bc69

Analogous Colors of #69c3bc

#69c3bc #699dc3 #69c38f

Monochromatic Colors of #69c3bc

#69c3bc

Complementary Color

#69c3bc #c36970

#69c3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69c3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69c3bc Color CSS Codes

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

#69c3bc Text Font Color

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

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


#69c3bc Background Color

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

This div background color is #69c3bc


#69c3bc Border Color

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

This div border color is #69c3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69c3bc


Comments

No comments written yet.

Please login to write comment.