Color Hex Logo

#69cb9d Color Hex

#69CB9D
(105,203,157)
0 Favorites   0 Comments

Color spaces of #69cb9d

RGB 105203157
HSL0.420.490.60
HSV152°48°80°
CMYK 0.480.000.23   0.20
XYZ33.267448.149539.4387
Yxy48.14950.27530.3984
Hunter Lab69.3898-35.854414.8746
CIE-Lab74.9191-39.524514.1906

#69cb9d color RGB value is (105,203,157).

#69cb9d hex color red value is 105, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #69cb9d hue: 0.42 , saturation: 0.49 and the lightness value of 69cb9d is 0.60.

The process color (four color CMYK) of #69cb9d color hex is 0.48, 0.00, 0.23, 0.20. Web safe color of #69cb9d is #66cc99. Color #69cb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001011 10011101
Octal 151 313 235
Decimal 105 203 157
Hex 69 CB 9D

RGB Percentages of Color #69cb9d

%22.58
%43.66
%33.76

CMYK Percentages of Color #69cb9d

%48
%0
%23
%20

Triadic Colors of #69cb9d

#69cb9d #9d69cb #cb9d69

Analogous Colors of #69cb9d

#69cb9d #69c8cb #69cb6c

Monochromatic Colors of #69cb9d

#69cb9d

Complementary Color

#69cb9d #cb6997

#69cb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cb9d Color CSS Codes

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

#69cb9d Text Font Color

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

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


#69cb9d Background Color

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

This div background color is #69cb9d


#69cb9d Border Color

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

This div border color is #69cb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cb9d


Comments

No comments written yet.

Please login to write comment.