Color Hex Logo

#69acec Color Hex

#69ACEC
(105,172,236)
0 Favorites   0 Comments

Color spaces of #69acec

RGB 105172236
HSL0.580.780.67
HSV209°56°93°
CMYK 0.560.270.00   0.07
XYZ35.718538.564484.9180
Yxy38.56440.22440.2422
Hunter Lab62.1002-6.0067-37.6050
CIE-Lab68.4345-3.1240-38.5187

#69acec color RGB value is (105,172,236).

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

The process color (four color CMYK) of #69acec color hex is 0.56, 0.27, 0.00, 0.07. Web safe color of #69acec is #6699ff. Color #69acec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101100 11101100
Octal 151 254 354
Decimal 105 172 236
Hex 69 AC EC

RGB Percentages of Color #69acec

%20.47
%33.53
%46.00

CMYK Percentages of Color #69acec

%56
%27
%0
%7

Triadic Colors of #69acec

#69acec #ec69ac #acec69

Analogous Colors of #69acec

#69acec #696bec #69eceb

Monochromatic Colors of #69acec

#69acec

Complementary Color

#69acec #eca969

#69acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69acec Color CSS Codes

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

#69acec Text Font Color

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

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


#69acec Background Color

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

This div background color is #69acec


#69acec Border Color

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

This div border color is #69acec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,172,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 #69acec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69acec


Comments

No comments written yet.

Please login to write comment.