Color Hex Logo

#69bbee Color Hex

#69BBEE
(105,187,238)
0 Favorites   0 Comments

Color spaces of #69bbee

RGB 105187238
HSL0.560.800.67
HSV203°56°93°
CMYK 0.560.210.00   0.07
XYZ39.028644.717087.4631
Yxy44.71700.22800.2612
Hunter Lab66.8708-12.8437-30.7384
CIE-Lab72.7052-10.7135-32.9767

#69bbee color RGB value is (105,187,238).

#69bbee hex color red value is 105, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #69bbee hue: 0.56 , saturation: 0.80 and the lightness value of 69bbee is 0.67.

The process color (four color CMYK) of #69bbee color hex is 0.56, 0.21, 0.00, 0.07. Web safe color of #69bbee is #66ccff. Color #69bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 11101110
Octal 151 273 356
Decimal 105 187 238
Hex 69 BB EE

RGB Percentages of Color #69bbee

%19.81
%35.28
%44.91

CMYK Percentages of Color #69bbee

%56
%21
%0
%7

Triadic Colors of #69bbee

#69bbee #ee69bb #bbee69

Analogous Colors of #69bbee

#69bbee #6979ee #69eedf

Monochromatic Colors of #69bbee

#69bbee

Complementary Color

#69bbee #ee9c69

#69bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbee Color CSS Codes

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

#69bbee Text Font Color

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

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


#69bbee Background Color

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

This div background color is #69bbee


#69bbee Border Color

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

This div border color is #69bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbee


Comments

No comments written yet.

Please login to write comment.