Color Hex Logo

#69acea Color Hex

#69ACEA
(105,172,234)
0 Favorites   0 Comments

Color spaces of #69acea

RGB 105172234
HSL0.580.750.66
HSV209°55°92°
CMYK 0.550.260.00   0.08
XYZ35.429538.448883.3959
Yxy38.44880.22530.2445
Hunter Lab62.0071-6.5214-36.3366
CIE-Lab68.3501-3.7357-37.5578

#69acea color RGB value is (105,172,234).

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

The process color (four color CMYK) of #69acea color hex is 0.55, 0.26, 0.00, 0.08. Web safe color of #69acea is #6699ff. Color #69acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101100 11101010
Octal 151 254 352
Decimal 105 172 234
Hex 69 AC EA

RGB Percentages of Color #69acea

%20.55
%33.66
%45.79

CMYK Percentages of Color #69acea

%55
%26
%0
%8

Triadic Colors of #69acea

#69acea #ea69ac #acea69

Analogous Colors of #69acea

#69acea #696cea #69eae8

Monochromatic Colors of #69acea

#69acea

Complementary Color

#69acea #eaa769

#69acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#69acea Color CSS Codes

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

#69acea Text Font Color

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

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


#69acea Background Color

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

This div background color is #69acea


#69acea Border Color

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

This div border color is #69acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69acea


Comments

No comments written yet.

Please login to write comment.