Color Hex Logo

#68aeca Color Hex

#68AECA
(104,174,202)
0 Favorites   0 Comments

Color spaces of #68aeca

RGB 104174202
HSL0.550.480.60
HSV197°49°79°
CMYK 0.490.140.00   0.21
XYZ31.505637.479461.4508
Yxy37.47940.24150.2873
Hunter Lab61.2204-15.2751-16.6588
CIE-Lab67.6352-14.4616-21.0810

#68aeca color RGB value is (104,174,202).

#68aeca hex color red value is 104, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #68aeca hue: 0.55 , saturation: 0.48 and the lightness value of 68aeca is 0.60.

The process color (four color CMYK) of #68aeca color hex is 0.49, 0.14, 0.00, 0.21. Web safe color of #68aeca is #6699cc. Color #68aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101110 11001010
Octal 150 256 312
Decimal 104 174 202
Hex 68 AE CA

RGB Percentages of Color #68aeca

%21.67
%36.25
%42.08

CMYK Percentages of Color #68aeca

%49
%14
%0
%21

Triadic Colors of #68aeca

#68aeca #ca68ae #aeca68

Analogous Colors of #68aeca

#68aeca #687dca #68cab5

Monochromatic Colors of #68aeca

#68aeca

Complementary Color

#68aeca #ca8468

#68aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aeca Color CSS Codes

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

#68aeca Text Font Color

<p style="color:#68aeca">Text here</p>

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


#68aeca Background Color

<div style="background-color:#68aeca">
Div content here</div>

This div background color is #68aeca


#68aeca Border Color

<div style="border:3px solid #68aeca">
Div here</div>

This div border color is #68aeca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,174,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68aeca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68aeca;
  -webkit-box-shadow: 1px 1px 3px 2px #68aeca;
  box-shadow:         1px 1px 3px 2px #68aeca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,174,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aeca


Comments

No comments written yet.

Please login to write comment.