Color Hex Logo

#67addb Color Hex

#67ADDB
(103,173,219)
0 Favorites   0 Comments

Color spaces of #67addb

RGB 103173219
HSL0.570.620.63
HSV204°53°86°
CMYK 0.530.210.00   0.14
XYZ33.323337.885272.5741
Yxy37.88520.23180.2635
Hunter Lab61.5510-11.0754-26.8226
CIE-Lab67.9359-9.2272-29.9873

#67addb color RGB value is (103,173,219).

#67addb hex color red value is 103, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #67addb hue: 0.57 , saturation: 0.62 and the lightness value of 67addb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101101 11011011
Octal 147 255 333
Decimal 103 173 219
Hex 67 AD DB

RGB Percentages of Color #67addb

%20.81
%34.95
%44.24

CMYK Percentages of Color #67addb

%53
%21
%0
%14

Triadic Colors of #67addb

#67addb #db67ad #addb67

Analogous Colors of #67addb

#67addb #6773db #67dbcf

Monochromatic Colors of #67addb

#67addb

Complementary Color

#67addb #db9567

#67addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67addb Color CSS Codes

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

#67addb Text Font Color

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

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


#67addb Background Color

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

This div background color is #67addb


#67addb Border Color

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

This div border color is #67addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67addb


Comments

No comments written yet.

Please login to write comment.