Color Hex Logo

#67afbe Color Hex

#67AFBE
(103,175,190)
0 Favorites   0 Comments

Color spaces of #67afbe

RGB 103175190
HSL0.530.400.57
HSV190°46°75°
CMYK 0.460.080.00   0.25
XYZ30.217837.261254.3147
Yxy37.26120.24810.3059
Hunter Lab61.0420-18.4600-10.0265
CIE-Lab67.4725-18.5411-14.6986

#67afbe color RGB value is (103,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101111 10111110
Octal 147 257 276
Decimal 103 175 190
Hex 67 AF BE

RGB Percentages of Color #67afbe

%22.01
%37.39
%40.60

CMYK Percentages of Color #67afbe

%46
%8
%0
%25

Triadic Colors of #67afbe

#67afbe #be67af #afbe67

Analogous Colors of #67afbe

#67afbe #6784be #67bea2

Monochromatic Colors of #67afbe

#67afbe

Complementary Color

#67afbe #be7667

#67afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#67afbe Color CSS Codes

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

#67afbe Text Font Color

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

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


#67afbe Background Color

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

This div background color is #67afbe


#67afbe Border Color

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

This div border color is #67afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67afbe


Comments

No comments written yet.

Please login to write comment.