Color Hex Logo

#69dbef Color Hex

#69DBEF
(105,219,239)
0 Favorites   0 Comments

Color spaces of #69dbef

RGB 105219239
HSL0.520.810.67
HSV189°56°94°
CMYK 0.560.080.00   0.06
XYZ46.737259.898390.7596
Yxy59.89830.23680.3034
Hunter Lab77.3940-27.6457-15.3533
CIE-Lab81.7829-26.8285-19.6325

#69dbef color RGB value is (105,219,239).

#69dbef hex color red value is 105, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #69dbef hue: 0.52 , saturation: 0.81 and the lightness value of 69dbef is 0.67.

The process color (four color CMYK) of #69dbef color hex is 0.56, 0.08, 0.00, 0.06. Web safe color of #69dbef is #66ccff. Color #69dbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011011 11101111
Octal 151 333 357
Decimal 105 219 239
Hex 69 DB EF

RGB Percentages of Color #69dbef

%18.65
%38.90
%42.45

CMYK Percentages of Color #69dbef

%56
%8
%0
%6

Triadic Colors of #69dbef

#69dbef #ef69db #dbef69

Analogous Colors of #69dbef

#69dbef #6998ef #69efc0

Monochromatic Colors of #69dbef

#69dbef

Complementary Color

#69dbef #ef7d69

#69dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dbef Color CSS Codes

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

#69dbef Text Font Color

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

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


#69dbef Background Color

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

This div background color is #69dbef


#69dbef Border Color

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

This div border color is #69dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dbef


Comments

No comments written yet.

Please login to write comment.