Color Hex Logo

#69afbd Color Hex

#69AFBD
(105,175,189)
0 Favorites   0 Comments

Color spaces of #69afbd

RGB 105175189
HSL0.530.390.58
HSV190°44°74°
CMYK 0.440.070.00   0.26
XYZ30.341037.337353.7518
Yxy37.33730.24990.3075
Hunter Lab61.1043-18.2992-9.3829
CIE-Lab67.5293-18.3227-14.0508

#69afbd color RGB value is (105,175,189).

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

The process color (four color CMYK) of #69afbd color hex is 0.44, 0.07, 0.00, 0.26. Web safe color of #69afbd is #6699cc. Color #69afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101111 10111101
Octal 151 257 275
Decimal 105 175 189
Hex 69 AF BD

RGB Percentages of Color #69afbd

%22.39
%37.31
%40.30

CMYK Percentages of Color #69afbd

%44
%7
%0
%26

Triadic Colors of #69afbd

#69afbd #bd69af #afbd69

Analogous Colors of #69afbd

#69afbd #6985bd #69bda1

Monochromatic Colors of #69afbd

#69afbd

Complementary Color

#69afbd #bd7769

#69afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69afbd Color CSS Codes

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

#69afbd Text Font Color

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

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


#69afbd Background Color

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

This div background color is #69afbd


#69afbd Border Color

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

This div border color is #69afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69afbd


Comments

No comments written yet.

Please login to write comment.