Color Hex Logo

#69bfde Color Hex

#69BFDE
(105,191,222)
0 Favorites   0 Comments

Color spaces of #69bfde

RGB 105191222
HSL0.540.640.64
HSV196°53°87°
CMYK 0.530.140.00   0.13
XYZ37.641345.538875.9132
Yxy45.53880.23660.2862
Hunter Lab67.4824-18.5280-19.4595
CIE-Lab73.2453-17.4981-23.4725

#69bfde color RGB value is (105,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111111 11011110
Octal 151 277 336
Decimal 105 191 222
Hex 69 BF DE

RGB Percentages of Color #69bfde

%20.27
%36.87
%42.86

CMYK Percentages of Color #69bfde

%53
%14
%0
%13

Triadic Colors of #69bfde

#69bfde #de69bf #bfde69

Analogous Colors of #69bfde

#69bfde #6985de #69dec3

Monochromatic Colors of #69bfde

#69bfde

Complementary Color

#69bfde #de8869

#69bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bfde Color CSS Codes

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

#69bfde Text Font Color

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

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


#69bfde Background Color

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

This div background color is #69bfde


#69bfde Border Color

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

This div border color is #69bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bfde


Comments

No comments written yet.

Please login to write comment.