Color Hex Logo

#67cacc Color Hex

#67CACC
(103,202,204)
0 Favorites   0 Comments

Color spaces of #67cacc

RGB 103202204
HSL0.500.500.60
HSV181°50°80°
CMYK 0.500.010.00   0.20
XYZ37.613149.484364.6957
Yxy49.48430.24780.3260
Hunter Lab70.3451-27.6610-5.2869
CIE-Lab75.7516-28.3931-9.9465

#67cacc color RGB value is (103,202,204).

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

The process color (four color CMYK) of #67cacc color hex is 0.50, 0.01, 0.00, 0.20. Web safe color of #67cacc is #66cccc. Color #67cacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001010 11001100
Octal 147 312 314
Decimal 103 202 204
Hex 67 CA CC

RGB Percentages of Color #67cacc

%20.24
%39.69
%40.08

CMYK Percentages of Color #67cacc

%50
%1
%0
%20

Triadic Colors of #67cacc

#67cacc #cc67ca #cacc67

Analogous Colors of #67cacc

#67cacc #6798cc #67cc9c

Monochromatic Colors of #67cacc

#67cacc

Complementary Color

#67cacc #cc6967

#67cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cacc Color CSS Codes

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

#67cacc Text Font Color

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

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


#67cacc Background Color

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

This div background color is #67cacc


#67cacc Border Color

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

This div border color is #67cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cacc


Comments

No comments written yet.

Please login to write comment.