Color Hex Logo

#69cbbd Color Hex

#69CBBD
(105,203,189)
0 Favorites   0 Comments

Color spaces of #69cbbd

RGB 105203189
HSL0.480.490.60
HSV171°48°80°
CMYK 0.480.000.07   0.20
XYZ36.366949.389355.7605
Yxy49.38930.25700.3490
Hunter Lab70.2775-30.61632.1516
CIE-Lab75.6929-32.2396-1.9207

#69cbbd color RGB value is (105,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001011 10111101
Octal 151 313 275
Decimal 105 203 189
Hex 69 CB BD

RGB Percentages of Color #69cbbd

%21.13
%40.85
%38.03

CMYK Percentages of Color #69cbbd

%48
%0
%7
%20

Triadic Colors of #69cbbd

#69cbbd #bd69cb #cbbd69

Analogous Colors of #69cbbd

#69cbbd #69a8cb #69cb8c

Monochromatic Colors of #69cbbd

#69cbbd

Complementary Color

#69cbbd #cb6977

#69cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cbbd Color CSS Codes

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

#69cbbd Text Font Color

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

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


#69cbbd Background Color

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

This div background color is #69cbbd


#69cbbd Border Color

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

This div border color is #69cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cbbd


Comments

No comments written yet.

Please login to write comment.