Color Hex Logo

#67cfbb Color Hex

#67CFBB
(103,207,187)
0 Favorites   0 Comments

Color spaces of #67cfbb

RGB 103207187
HSL0.470.520.61
HSV168°50°81°
CMYK 0.500.000.10   0.19
XYZ36.876051.097154.9329
Yxy51.09710.25800.3576
Hunter Lab71.4822-33.01004.4742
CIE-Lab76.7378-35.05760.6765

#67cfbb color RGB value is (103,207,187).

#67cfbb hex color red value is 103, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #67cfbb hue: 0.47 , saturation: 0.52 and the lightness value of 67cfbb is 0.61.

The process color (four color CMYK) of #67cfbb color hex is 0.50, 0.00, 0.10, 0.19. Web safe color of #67cfbb is #66cccc. Color #67cfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001111 10111011
Octal 147 317 273
Decimal 103 207 187
Hex 67 CF BB

RGB Percentages of Color #67cfbb

%20.72
%41.65
%37.63

CMYK Percentages of Color #67cfbb

%50
%0
%10
%19

Triadic Colors of #67cfbb

#67cfbb #bb67cf #cfbb67

Analogous Colors of #67cfbb

#67cfbb #67afcf #67cf87

Monochromatic Colors of #67cfbb

#67cfbb

Complementary Color

#67cfbb #cf677b

#67cfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cfbb Color CSS Codes

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

#67cfbb Text Font Color

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

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


#67cfbb Background Color

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

This div background color is #67cfbb


#67cfbb Border Color

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

This div border color is #67cfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cfbb


Comments

No comments written yet.

Please login to write comment.