Color Hex Logo

#67aced Color Hex

#67ACED
(103,172,237)
0 Favorites   0 Comments

Color spaces of #67aced

RGB 103172237
HSL0.580.790.67
HSV209°57°93°
CMYK 0.570.270.00   0.07
XYZ35.632138.503085.6746
Yxy38.50300.22300.2409
Hunter Lab62.0508-6.0869-38.4272
CIE-Lab68.3897-3.2219-39.1411

#67aced color RGB value is (103,172,237).

#67aced hex color red value is 103, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #67aced hue: 0.58 , saturation: 0.79 and the lightness value of 67aced is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101100 11101101
Octal 147 254 355
Decimal 103 172 237
Hex 67 AC ED

RGB Percentages of Color #67aced

%20.12
%33.59
%46.29

CMYK Percentages of Color #67aced

%57
%27
%0
%7

Triadic Colors of #67aced

#67aced #ed67ac #aced67

Analogous Colors of #67aced

#67aced #6769ed #67edeb

Monochromatic Colors of #67aced

#67aced

Complementary Color

#67aced #eda867

#67aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aced Color CSS Codes

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

#67aced Text Font Color

<p style="color:#67aced">Text here</p>

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


#67aced Background Color

<div style="background-color:#67aced">
Div content here</div>

This div background color is #67aced


#67aced Border Color

<div style="border:3px solid #67aced">
Div here</div>

This div border color is #67aced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,172,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67aced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67aced;
  -webkit-box-shadow: 1px 1px 3px 2px #67aced;
  box-shadow:         1px 1px 3px 2px #67aced; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aced


Comments

No comments written yet.

Please login to write comment.