Color Hex Logo

#67cabe Color Hex

#67CABE
(103,202,190)
0 Favorites   0 Comments

Color spaces of #67cabe

RGB 103202190
HSL0.480.480.60
HSV173°49°79°
CMYK 0.490.000.06   0.21
XYZ36.008348.842356.2449
Yxy48.84230.25520.3462
Hunter Lab69.8873-30.33341.2048
CIE-Lab75.3531-31.9722-2.9685

#67cabe color RGB value is (103,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001010 10111110
Octal 147 312 276
Decimal 103 202 190
Hex 67 CA BE

RGB Percentages of Color #67cabe

%20.81
%40.81
%38.38

CMYK Percentages of Color #67cabe

%49
%0
%6
%21

Triadic Colors of #67cabe

#67cabe #be67ca #cabe67

Analogous Colors of #67cabe

#67cabe #67a5ca #67ca8d

Monochromatic Colors of #67cabe

#67cabe

Complementary Color

#67cabe #ca6773

#67cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cabe Color CSS Codes

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

#67cabe Text Font Color

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

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


#67cabe Background Color

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

This div background color is #67cabe


#67cabe Border Color

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

This div border color is #67cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cabe


Comments

No comments written yet.

Please login to write comment.