Color Hex Logo

#69bbec Color Hex

#69BBEC
(105,187,236)
0 Favorites   0 Comments

Color spaces of #69bbec

RGB 105187236
HSL0.560.780.67
HSV202°56°93°
CMYK 0.560.210.00   0.07
XYZ38.736344.600085.9239
Yxy44.60000.22890.2635
Hunter Lab66.7832-13.3352-29.5348
CIE-Lab72.6277-11.3098-32.0131

#69bbec color RGB value is (105,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 11101100
Octal 151 273 354
Decimal 105 187 236
Hex 69 BB EC

RGB Percentages of Color #69bbec

%19.89
%35.42
%44.70

CMYK Percentages of Color #69bbec

%56
%21
%0
%7

Triadic Colors of #69bbec

#69bbec #ec69bb #bbec69

Analogous Colors of #69bbec

#69bbec #697aec #69ecdc

Monochromatic Colors of #69bbec

#69bbec

Complementary Color

#69bbec #ec9a69

#69bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbec Color CSS Codes

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

#69bbec Text Font Color

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

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


#69bbec Background Color

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

This div background color is #69bbec


#69bbec Border Color

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

This div border color is #69bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbec


Comments

No comments written yet.

Please login to write comment.