Color Hex Logo

#67abbf Color Hex

#67ABBF
(103,171,191)
0 Favorites   0 Comments

Color spaces of #67abbf

RGB 103171191
HSL0.540.410.58
HSV194°46°75°
CMYK 0.460.100.00   0.25
XYZ29.560435.771054.6367
Yxy35.77100.24640.2982
Hunter Lab59.8089-16.4423-12.2965
CIE-Lab66.3446-16.1721-16.9562

#67abbf color RGB value is (103,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101011 10111111
Octal 147 253 277
Decimal 103 171 191
Hex 67 AB BF

RGB Percentages of Color #67abbf

%22.15
%36.77
%41.08

CMYK Percentages of Color #67abbf

%46
%10
%0
%25

Triadic Colors of #67abbf

#67abbf #bf67ab #abbf67

Analogous Colors of #67abbf

#67abbf #677fbf #67bfa7

Monochromatic Colors of #67abbf

#67abbf

Complementary Color

#67abbf #bf7b67

#67abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67abbf Color CSS Codes

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

#67abbf Text Font Color

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

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


#67abbf Background Color

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

This div background color is #67abbf


#67abbf Border Color

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

This div border color is #67abbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,171,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 #67abbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67abbf


Comments

No comments written yet.

Please login to write comment.