Color Hex Logo

#69bfdd Color Hex

#69BFDD
(105,191,221)
0 Favorites   0 Comments

Color spaces of #69bfdd

RGB 105191221
HSL0.540.630.64
HSV196°52°87°
CMYK 0.520.140.00   0.13
XYZ37.507645.485375.2093
Yxy45.48530.23710.2875
Hunter Lab67.4428-18.7540-18.9077
CIE-Lab73.2103-17.7827-22.9830

#69bfdd color RGB value is (105,191,221).

#69bfdd hex color red value is 105, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #69bfdd hue: 0.54 , saturation: 0.63 and the lightness value of 69bfdd is 0.64.

The process color (four color CMYK) of #69bfdd color hex is 0.52, 0.14, 0.00, 0.13. Web safe color of #69bfdd is #66cccc. Color #69bfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111111 11011101
Octal 151 277 335
Decimal 105 191 221
Hex 69 BF DD

RGB Percentages of Color #69bfdd

%20.31
%36.94
%42.75

CMYK Percentages of Color #69bfdd

%52
%14
%0
%13

Triadic Colors of #69bfdd

#69bfdd #dd69bf #bfdd69

Analogous Colors of #69bfdd

#69bfdd #6985dd #69ddc1

Monochromatic Colors of #69bfdd

#69bfdd

Complementary Color

#69bfdd #dd8769

#69bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bfdd Color CSS Codes

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

#69bfdd Text Font Color

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

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


#69bfdd Background Color

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

This div background color is #69bfdd


#69bfdd Border Color

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

This div border color is #69bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bfdd


Comments

No comments written yet.

Please login to write comment.