Color Hex Logo

#69b4cb Color Hex

#69B4CB
(105,180,203)
0 Favorites   0 Comments

Color spaces of #69b4cb

RGB 105180203
HSL0.540.490.60
HSV194°48°80°
CMYK 0.480.110.00   0.20
XYZ32.926439.957662.4771
Yxy39.95760.24320.2952
Hunter Lab63.2120-17.6425-14.3523
CIE-Lab69.4393-17.1127-18.8854

#69b4cb color RGB value is (105,180,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10110100 11001011
Octal 151 264 313
Decimal 105 180 203
Hex 69 B4 CB

RGB Percentages of Color #69b4cb

%21.52
%36.89
%41.60

CMYK Percentages of Color #69b4cb

%48
%11
%0
%20

Triadic Colors of #69b4cb

#69b4cb #cb69b4 #b4cb69

Analogous Colors of #69b4cb

#69b4cb #6983cb #69cbb1

Monochromatic Colors of #69b4cb

#69b4cb

Complementary Color

#69b4cb #cb8069

#69b4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69b4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69b4cb Color CSS Codes

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

#69b4cb Text Font Color

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

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


#69b4cb Background Color

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

This div background color is #69b4cb


#69b4cb Border Color

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

This div border color is #69b4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69b4cb


Comments

No comments written yet.

Please login to write comment.