Color Hex Logo

#67abbd Color Hex

#67ABBD
(103,171,189)
0 Favorites   0 Comments

Color spaces of #67abbd

RGB 103171189
HSL0.530.390.57
HSV193°46°74°
CMYK 0.460.100.00   0.26
XYZ29.341735.683553.4852
Yxy35.68350.24760.3011
Hunter Lab59.7357-16.8596-11.2712
CIE-Lab66.2774-16.7200-15.9476

#67abbd color RGB value is (103,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101011 10111101
Octal 147 253 275
Decimal 103 171 189
Hex 67 AB BD

RGB Percentages of Color #67abbd

%22.25
%36.93
%40.82

CMYK Percentages of Color #67abbd

%46
%10
%0
%26

Triadic Colors of #67abbd

#67abbd #bd67ab #abbd67

Analogous Colors of #67abbd

#67abbd #6780bd #67bda4

Monochromatic Colors of #67abbd

#67abbd

Complementary Color

#67abbd #bd7967

#67abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67abbd Color CSS Codes

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

#67abbd Text Font Color

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

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


#67abbd Background Color

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

This div background color is #67abbd


#67abbd Border Color

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

This div border color is #67abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67abbd


Comments

No comments written yet.

Please login to write comment.