Color Hex Logo

#69bdcd Color Hex

#69BDCD
(105,189,205)
0 Favorites   0 Comments

Color spaces of #69bdcd

RGB 105189205
HSL0.530.500.61
HSV190°49°80°
CMYK 0.490.080.00   0.20
XYZ35.042743.806264.3661
Yxy43.80620.24470.3059
Hunter Lab66.1863-21.3181-11.3291
CIE-Lab72.0988-21.2081-15.9585

#69bdcd color RGB value is (105,189,205).

#69bdcd hex color red value is 105, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #69bdcd hue: 0.53 , saturation: 0.50 and the lightness value of 69bdcd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111101 11001101
Octal 151 275 315
Decimal 105 189 205
Hex 69 BD CD

RGB Percentages of Color #69bdcd

%21.04
%37.88
%41.08

CMYK Percentages of Color #69bdcd

%49
%8
%0
%20

Triadic Colors of #69bdcd

#69bdcd #cd69bd #bdcd69

Analogous Colors of #69bdcd

#69bdcd #698bcd #69cdab

Monochromatic Colors of #69bdcd

#69bdcd

Complementary Color

#69bdcd #cd7969

#69bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bdcd Color CSS Codes

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

#69bdcd Text Font Color

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

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


#69bdcd Background Color

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

This div background color is #69bdcd


#69bdcd Border Color

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

This div border color is #69bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bdcd


Comments

No comments written yet.

Please login to write comment.