Color Hex Logo

#67adbf Color Hex

#67ADBF
(103,173,191)
0 Favorites   0 Comments

Color spaces of #67adbf

RGB 103173191
HSL0.530.410.58
HSV192°46°75°
CMYK 0.460.090.00   0.25
XYZ29.941136.532354.7636
Yxy36.53230.24700.3013
Hunter Lab60.4420-17.3500-11.4105
CIE-Lab66.9247-17.2243-16.0790

#67adbf color RGB value is (103,173,191).

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

The process color (four color CMYK) of #67adbf color hex is 0.46, 0.09, 0.00, 0.25. Web safe color of #67adbf is #6699cc. Color #67adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101101 10111111
Octal 147 255 277
Decimal 103 173 191
Hex 67 AD BF

RGB Percentages of Color #67adbf

%22.06
%37.04
%40.90

CMYK Percentages of Color #67adbf

%46
%9
%0
%25

Triadic Colors of #67adbf

#67adbf #bf67ad #adbf67

Analogous Colors of #67adbf

#67adbf #6781bf #67bfa5

Monochromatic Colors of #67adbf

#67adbf

Complementary Color

#67adbf #bf7967

#67adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67adbf Color CSS Codes

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

#67adbf Text Font Color

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

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


#67adbf Background Color

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

This div background color is #67adbf


#67adbf Border Color

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

This div border color is #67adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67adbf


Comments

No comments written yet.

Please login to write comment.