Color Hex Logo

#67afbf Color Hex

#67AFBF
(103,175,191)
0 Favorites   0 Comments

Color spaces of #67afbf

RGB 103175191
HSL0.530.410.58
HSV191°46°75°
CMYK 0.460.080.00   0.25
XYZ30.327537.305154.8924
Yxy37.30510.24750.3045
Hunter Lab61.0779-18.2543-10.5310
CIE-Lab67.5053-18.2699-15.2025

#67afbf color RGB value is (103,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101111 10111111
Octal 147 257 277
Decimal 103 175 191
Hex 67 AF BF

RGB Percentages of Color #67afbf

%21.96
%37.31
%40.72

CMYK Percentages of Color #67afbf

%46
%8
%0
%25

Triadic Colors of #67afbf

#67afbf #bf67af #afbf67

Analogous Colors of #67afbf

#67afbf #6783bf #67bfa3

Monochromatic Colors of #67afbf

#67afbf

Complementary Color

#67afbf #bf7767

#67afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67afbf Color CSS Codes

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

#67afbf Text Font Color

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

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


#67afbf Background Color

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

This div background color is #67afbf


#67afbf Border Color

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

This div border color is #67afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67afbf


Comments

No comments written yet.

Please login to write comment.