Color Hex Logo

#69bbbe Color Hex

#69BBBE
(105,187,190)
0 Favorites   0 Comments

Color spaces of #69bbbe

RGB 105187190
HSL0.510.400.58
HSV182°45°75°
CMYK 0.450.020.00   0.25
XYZ32.890342.261655.1390
Yxy42.26160.25240.3244
Hunter Lab65.0089-23.4562-4.7821
CIE-Lab71.0509-24.1876-9.3274

#69bbbe color RGB value is (105,187,190).

#69bbbe hex color red value is 105, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #69bbbe hue: 0.51 , saturation: 0.40 and the lightness value of 69bbbe is 0.58.

The process color (four color CMYK) of #69bbbe color hex is 0.45, 0.02, 0.00, 0.25. Web safe color of #69bbbe is #66cccc. Color #69bbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 10111110
Octal 151 273 276
Decimal 105 187 190
Hex 69 BB BE

RGB Percentages of Color #69bbbe

%21.78
%38.80
%39.42

CMYK Percentages of Color #69bbbe

%45
%2
%0
%25

Triadic Colors of #69bbbe

#69bbbe #be69bb #bbbe69

Analogous Colors of #69bbbe

#69bbbe #6991be #69be97

Monochromatic Colors of #69bbbe

#69bbbe

Complementary Color

#69bbbe #be6c69

#69bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbbe Color CSS Codes

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

#69bbbe Text Font Color

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

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


#69bbbe Background Color

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

This div background color is #69bbbe


#69bbbe Border Color

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

This div border color is #69bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbbe


Comments

No comments written yet.

Please login to write comment.