Color Hex Logo

#67bac4 Color Hex

#67BAC4
(103,186,196)
0 Favorites   0 Comments

Color spaces of #67bac4

RGB 103186196
HSL0.520.440.59
HSV186°47°77°
CMYK 0.470.050.00   0.23
XYZ33.116241.986958.5834
Yxy41.98690.24770.3141
Hunter Lab64.7973-22.1686-8.2461
CIE-Lab70.8619-22.5710-12.9059

#67bac4 color RGB value is (103,186,196).

#67bac4 hex color red value is 103, green value is 186 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #67bac4 hue: 0.52 , saturation: 0.44 and the lightness value of 67bac4 is 0.59.

The process color (four color CMYK) of #67bac4 color hex is 0.47, 0.05, 0.00, 0.23. Web safe color of #67bac4 is #66cccc. Color #67bac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 11000100
Octal 147 272 304
Decimal 103 186 196
Hex 67 BA C4

RGB Percentages of Color #67bac4

%21.24
%38.35
%40.41

CMYK Percentages of Color #67bac4

%47
%5
%0
%23

Triadic Colors of #67bac4

#67bac4 #c467ba #bac467

Analogous Colors of #67bac4

#67bac4 #678cc4 #67c4a0

Monochromatic Colors of #67bac4

#67bac4

Complementary Color

#67bac4 #c47167

#67bac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bac4 Color CSS Codes

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

#67bac4 Text Font Color

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

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


#67bac4 Background Color

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

This div background color is #67bac4


#67bac4 Border Color

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

This div border color is #67bac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bac4


Comments

No comments written yet.

Please login to write comment.