Color Hex Logo

#67afde Color Hex

#67AFDE
(103,175,222)
0 Favorites   0 Comments

Color spaces of #67afde

RGB 103175222
HSL0.570.640.64
HSV204°54°87°
CMYK 0.540.210.00   0.13
XYZ34.108338.817474.8021
Yxy38.81740.23090.2628
Hunter Lab62.3036-11.3110-27.5714
CIE-Lab68.6188-9.4236-30.5797

#67afde color RGB value is (103,175,222).

#67afde hex color red value is 103, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #67afde hue: 0.57 , saturation: 0.64 and the lightness value of 67afde is 0.64.

The process color (four color CMYK) of #67afde color hex is 0.54, 0.21, 0.00, 0.13. Web safe color of #67afde is #6699cc. Color #67afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101111 11011110
Octal 147 257 336
Decimal 103 175 222
Hex 67 AF DE

RGB Percentages of Color #67afde

%20.60
%35.00
%44.40

CMYK Percentages of Color #67afde

%54
%21
%0
%13

Triadic Colors of #67afde

#67afde #de67af #afde67

Analogous Colors of #67afde

#67afde #6774de #67ded2

Monochromatic Colors of #67afde

#67afde

Complementary Color

#67afde #de9667

#67afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#67afde Color CSS Codes

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

#67afde Text Font Color

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

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


#67afde Background Color

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

This div background color is #67afde


#67afde Border Color

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

This div border color is #67afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67afde


Comments

No comments written yet.

Please login to write comment.