Color Hex Logo

#67caba Color Hex

#67CABA
(103,202,186)
0 Favorites   0 Comments

Color spaces of #67caba

RGB 103202186
HSL0.470.480.60
HSV170°49°79°
CMYK 0.490.000.08   0.21
XYZ35.577048.669853.9735
Yxy48.66980.25740.3521
Hunter Lab69.7637-31.05802.9643
CIE-Lab75.2454-32.9583-0.9642

#67caba color RGB value is (103,202,186).

#67caba hex color red value is 103, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #67caba hue: 0.47 , saturation: 0.48 and the lightness value of 67caba is 0.60.

The process color (four color CMYK) of #67caba color hex is 0.49, 0.00, 0.08, 0.21. Web safe color of #67caba is #66cccc. Color #67caba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001010 10111010
Octal 147 312 272
Decimal 103 202 186
Hex 67 CA BA

RGB Percentages of Color #67caba

%20.98
%41.14
%37.88

CMYK Percentages of Color #67caba

%49
%0
%8
%21

Triadic Colors of #67caba

#67caba #ba67ca #caba67

Analogous Colors of #67caba

#67caba #67a9ca #67ca89

Monochromatic Colors of #67caba

#67caba

Complementary Color

#67caba #ca6777

#67caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#67caba Color CSS Codes

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

#67caba Text Font Color

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

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


#67caba Background Color

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

This div background color is #67caba


#67caba Border Color

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

This div border color is #67caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67caba


Comments

No comments written yet.

Please login to write comment.