Color Hex Logo

#67afdd Color Hex

#67AFDD
(103,175,221)
0 Favorites   0 Comments

Color spaces of #67afdd

RGB 103175221
HSL0.560.630.64
HSV203°53°87°
CMYK 0.530.210.00   0.13
XYZ33.974638.764074.0982
Yxy38.76400.23140.2640
Hunter Lab62.2607-11.5520-26.9801
CIE-Lab68.5800-9.7211-30.0914

#67afdd color RGB value is (103,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101111 11011101
Octal 147 257 335
Decimal 103 175 221
Hex 67 AF DD

RGB Percentages of Color #67afdd

%20.64
%35.07
%44.29

CMYK Percentages of Color #67afdd

%53
%21
%0
%13

Triadic Colors of #67afdd

#67afdd #dd67af #afdd67

Analogous Colors of #67afdd

#67afdd #6774dd #67ddd0

Monochromatic Colors of #67afdd

#67afdd

Complementary Color

#67afdd #dd9567

#67afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67afdd Color CSS Codes

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

#67afdd Text Font Color

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

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


#67afdd Background Color

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

This div background color is #67afdd


#67afdd Border Color

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

This div border color is #67afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67afdd


Comments

No comments written yet.

Please login to write comment.