Color Hex Logo

#69c4bb Color Hex

#69C4BB
(105,196,187)
0 Favorites   0 Comments

Color spaces of #69c4bb

RGB 105196187
HSL0.480.440.59
HSV174°46°77°
CMYK 0.460.000.05   0.23
XYZ34.535346.071054.0861
Yxy46.07100.25640.3420
Hunter Lab67.8756-27.96110.2682
CIE-Lab73.5916-29.3815-3.9257

#69c4bb color RGB value is (105,196,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11000100 10111011
Octal 151 304 273
Decimal 105 196 187
Hex 69 C4 BB

RGB Percentages of Color #69c4bb

%21.52
%40.16
%38.32

CMYK Percentages of Color #69c4bb

%46
%0
%5
%23

Triadic Colors of #69c4bb

#69c4bb #bb69c4 #c4bb69

Analogous Colors of #69c4bb

#69c4bb #69a0c4 #69c48e

Monochromatic Colors of #69c4bb

#69c4bb

Complementary Color

#69c4bb #c46972

#69c4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69c4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69c4bb Color CSS Codes

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

#69c4bb Text Font Color

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

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


#69c4bb Background Color

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

This div background color is #69c4bb


#69c4bb Border Color

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

This div border color is #69c4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69c4bb


Comments

No comments written yet.

Please login to write comment.