Color Hex Logo

#69bbba Color Hex

#69BBBA
(105,187,186)
0 Favorites   0 Comments

Color spaces of #69bbba

RGB 105187186
HSL0.500.380.57
HSV179°44°73°
CMYK 0.440.000.01   0.27
XYZ32.458942.089152.8676
Yxy42.08910.25470.3303
Hunter Lab64.8761-24.2258-2.9022
CIE-Lab70.9323-25.2179-7.3121

#69bbba color RGB value is (105,187,186).

#69bbba hex color red value is 105, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #69bbba hue: 0.50 , saturation: 0.38 and the lightness value of 69bbba is 0.57.

The process color (four color CMYK) of #69bbba color hex is 0.44, 0.00, 0.01, 0.27. Web safe color of #69bbba is #66cccc. Color #69bbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 10111010
Octal 151 273 272
Decimal 105 187 186
Hex 69 BB BA

RGB Percentages of Color #69bbba

%21.97
%39.12
%38.91

CMYK Percentages of Color #69bbba

%44
%0
%1
%27

Triadic Colors of #69bbba

#69bbba #ba69bb #bbba69

Analogous Colors of #69bbba

#69bbba #6993bb #69bb91

Monochromatic Colors of #69bbba

#69bbba

Complementary Color

#69bbba #bb696a

#69bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbba Color CSS Codes

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

#69bbba Text Font Color

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

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


#69bbba Background Color

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

This div background color is #69bbba


#69bbba Border Color

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

This div border color is #69bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbba


Comments

No comments written yet.

Please login to write comment.