Color Hex Logo

#69b9cb Color Hex

#69B9CB
(105,185,203)
0 Favorites   0 Comments

Color spaces of #69b9cb

RGB 105185203
HSL0.530.490.60
HSV191°48°80°
CMYK 0.480.090.00   0.20
XYZ33.954242.013062.8197
Yxy42.01300.24460.3027
Hunter Lab64.8174-19.9244-12.0904
CIE-Lab70.8799-19.7056-16.7049

#69b9cb color RGB value is (105,185,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111001 11001011
Octal 151 271 313
Decimal 105 185 203
Hex 69 B9 CB

RGB Percentages of Color #69b9cb

%21.30
%37.53
%41.18

CMYK Percentages of Color #69b9cb

%48
%9
%0
%20

Triadic Colors of #69b9cb

#69b9cb #cb69b9 #b9cb69

Analogous Colors of #69b9cb

#69b9cb #6988cb #69cbac

Monochromatic Colors of #69b9cb

#69b9cb

Complementary Color

#69b9cb #cb7b69

#69b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69b9cb Color CSS Codes

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

#69b9cb Text Font Color

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

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


#69b9cb Background Color

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

This div background color is #69b9cb


#69b9cb Border Color

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

This div border color is #69b9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69b9cb


Comments

No comments written yet.

Please login to write comment.