Color Hex Logo

#67adbc Color Hex

#67ADBC
(103,173,188)
0 Favorites   0 Comments

Color spaces of #67adbc

RGB 103173188
HSL0.530.390.57
HSV191°45°74°
CMYK 0.450.080.00   0.26
XYZ29.614236.401553.0423
Yxy36.40150.24870.3057
Hunter Lab60.3337-17.9689-9.8912
CIE-Lab66.8256-18.0399-14.5657

#67adbc color RGB value is (103,173,188).

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

The process color (four color CMYK) of #67adbc color hex is 0.45, 0.08, 0.00, 0.26. Web safe color of #67adbc is #6699cc. Color #67adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101101 10111100
Octal 147 255 274
Decimal 103 173 188
Hex 67 AD BC

RGB Percentages of Color #67adbc

%22.20
%37.28
%40.52

CMYK Percentages of Color #67adbc

%45
%8
%0
%26

Triadic Colors of #67adbc

#67adbc #bc67ad #adbc67

Analogous Colors of #67adbc

#67adbc #6783bc #67bca1

Monochromatic Colors of #67adbc

#67adbc

Complementary Color

#67adbc #bc7667

#67adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67adbc Color CSS Codes

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

#67adbc Text Font Color

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

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


#67adbc Background Color

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

This div background color is #67adbc


#67adbc Border Color

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

This div border color is #67adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67adbc


Comments

No comments written yet.

Please login to write comment.