Color Hex Logo

#67acbd Color Hex

#67ACBD
(103,172,189)
0 Favorites   0 Comments

Color spaces of #67acbd

RGB 103172189
HSL0.530.390.57
HSV192°46°74°
CMYK 0.460.090.00   0.26
XYZ29.531436.062753.5484
Yxy36.06270.24790.3027
Hunter Lab60.0522-17.3119-10.8322
CIE-Lab66.5678-17.2451-15.5090

#67acbd color RGB value is (103,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101100 10111101
Octal 147 254 275
Decimal 103 172 189
Hex 67 AC BD

RGB Percentages of Color #67acbd

%22.20
%37.07
%40.73

CMYK Percentages of Color #67acbd

%46
%9
%0
%26

Triadic Colors of #67acbd

#67acbd #bd67ac #acbd67

Analogous Colors of #67acbd

#67acbd #6781bd #67bda3

Monochromatic Colors of #67acbd

#67acbd

Complementary Color

#67acbd #bd7867

#67acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67acbd Color CSS Codes

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

#67acbd Text Font Color

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

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


#67acbd Background Color

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

This div background color is #67acbd


#67acbd Border Color

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

This div border color is #67acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67acbd


Comments

No comments written yet.

Please login to write comment.