Color Hex Logo

#69bdbc Color Hex

#69BDBC
(105,189,188)
0 Favorites   0 Comments

Color spaces of #69bdbc

RGB 105189188
HSL0.500.390.58
HSV179°44°74°
CMYK 0.440.000.01   0.26
XYZ33.100443.029354.1379
Yxy43.02930.25410.3303
Hunter Lab65.5967-24.7224-3.0152
CIE-Lab71.5749-25.7001-7.4534

#69bdbc color RGB value is (105,189,188).

#69bdbc hex color red value is 105, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #69bdbc hue: 0.50 , saturation: 0.39 and the lightness value of 69bdbc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111101 10111100
Octal 151 275 274
Decimal 105 189 188
Hex 69 BD BC

RGB Percentages of Color #69bdbc

%21.78
%39.21
%39.00

CMYK Percentages of Color #69bdbc

%44
%0
%1
%26

Triadic Colors of #69bdbc

#69bdbc #bc69bd #bdbc69

Analogous Colors of #69bdbc

#69bdbc #6994bd #69bd92

Monochromatic Colors of #69bdbc

#69bdbc

Complementary Color

#69bdbc #bd696a

#69bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bdbc Color CSS Codes

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

#69bdbc Text Font Color

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

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


#69bdbc Background Color

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

This div background color is #69bdbc


#69bdbc Border Color

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

This div border color is #69bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bdbc


Comments

No comments written yet.

Please login to write comment.