Color Hex Logo

#69dbec Color Hex

#69DBEC
(105,219,236)
0 Favorites   0 Comments

Color spaces of #69dbec

RGB 105219236
HSL0.520.780.67
HSV188°56°93°
CMYK 0.560.070.00   0.07
XYZ46.297559.722488.4443
Yxy59.72240.23810.3071
Hunter Lab77.2803-28.3037-13.7589
CIE-Lab81.6871-27.6571-18.1833

#69dbec color RGB value is (105,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011011 11101100
Octal 151 333 354
Decimal 105 219 236
Hex 69 DB EC

RGB Percentages of Color #69dbec

%18.75
%39.11
%42.14

CMYK Percentages of Color #69dbec

%56
%7
%0
%7

Triadic Colors of #69dbec

#69dbec #ec69db #dbec69

Analogous Colors of #69dbec

#69dbec #699aec #69ecbc

Monochromatic Colors of #69dbec

#69dbec

Complementary Color

#69dbec #ec7a69

#69dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dbec Color CSS Codes

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

#69dbec Text Font Color

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

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


#69dbec Background Color

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

This div background color is #69dbec


#69dbec Border Color

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

This div border color is #69dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dbec


Comments

No comments written yet.

Please login to write comment.