Color Hex Logo

#69bbdc Color Hex

#69BBDC
(105,187,220)
0 Favorites   0 Comments

Color spaces of #69bbdc

RGB 105187220
HSL0.550.620.64
HSV197°52°86°
CMYK 0.520.150.00   0.14
XYZ36.514343.711274.2227
Yxy43.71120.23640.2830
Hunter Lab66.1144-17.1166-20.2812
CIE-Lab72.0350-15.9833-24.2328

#69bbdc color RGB value is (105,187,220).

#69bbdc hex color red value is 105, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #69bbdc hue: 0.55 , saturation: 0.62 and the lightness value of 69bbdc is 0.64.

The process color (four color CMYK) of #69bbdc color hex is 0.52, 0.15, 0.00, 0.14. Web safe color of #69bbdc is #66cccc. Color #69bbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 11011100
Octal 151 273 334
Decimal 105 187 220
Hex 69 BB DC

RGB Percentages of Color #69bbdc

%20.51
%36.52
%42.97

CMYK Percentages of Color #69bbdc

%52
%15
%0
%14

Triadic Colors of #69bbdc

#69bbdc #dc69bb #bbdc69

Analogous Colors of #69bbdc

#69bbdc #6982dc #69dcc4

Monochromatic Colors of #69bbdc

#69bbdc

Complementary Color

#69bbdc #dc8a69

#69bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbdc Color CSS Codes

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

#69bbdc Text Font Color

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

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


#69bbdc Background Color

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

This div background color is #69bbdc


#69bbdc Border Color

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

This div border color is #69bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbdc


Comments

No comments written yet.

Please login to write comment.