Color Hex Logo

#67a4be Color Hex

#67A4BE
(103,164,190)
0 Favorites   0 Comments

Color spaces of #67a4be

RGB 103164190
HSL0.550.400.57
HSV198°46°75°
CMYK 0.460.140.00   0.25
XYZ28.163233.152253.6298
Yxy33.15220.24500.2884
Hunter Lab57.5779-13.4514-14.9199
CIE-Lab64.2840-12.7138-19.5266

#67a4be color RGB value is (103,164,190).

#67a4be hex color red value is 103, green value is 164 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #67a4be hue: 0.55 , saturation: 0.40 and the lightness value of 67a4be is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10100100 10111110
Octal 147 244 276
Decimal 103 164 190
Hex 67 A4 BE

RGB Percentages of Color #67a4be

%22.54
%35.89
%41.58

CMYK Percentages of Color #67a4be

%46
%14
%0
%25

Triadic Colors of #67a4be

#67a4be #be67a4 #a4be67

Analogous Colors of #67a4be

#67a4be #6779be #67bead

Monochromatic Colors of #67a4be

#67a4be

Complementary Color

#67a4be #be8167

#67a4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67a4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#67a4be Color CSS Codes

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

#67a4be Text Font Color

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

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


#67a4be Background Color

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

This div background color is #67a4be


#67a4be Border Color

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

This div border color is #67a4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67a4be


Comments

No comments written yet.

Please login to write comment.