Color Hex Logo

#67cacd Color Hex

#67CACD
(103,202,205)
0 Favorites   0 Comments

Color spaces of #67cacd

RGB 103202205
HSL0.500.500.60
HSV182°50°80°
CMYK 0.500.010.00   0.20
XYZ37.733549.532465.3296
Yxy49.53240.24730.3246
Hunter Lab70.3793-27.4618-5.7705
CIE-Lab75.7814-28.1300-10.4427

#67cacd color RGB value is (103,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001010 11001101
Octal 147 312 315
Decimal 103 202 205
Hex 67 CA CD

RGB Percentages of Color #67cacd

%20.20
%39.61
%40.20

CMYK Percentages of Color #67cacd

%50
%1
%0
%20

Triadic Colors of #67cacd

#67cacd #cd67ca #cacd67

Analogous Colors of #67cacd

#67cacd #6797cd #67cd9d

Monochromatic Colors of #67cacd

#67cacd

Complementary Color

#67cacd #cd6a67

#67cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cacd Color CSS Codes

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

#67cacd Text Font Color

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

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


#67cacd Background Color

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

This div background color is #67cacd


#67cacd Border Color

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

This div border color is #67cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cacd


Comments

No comments written yet.

Please login to write comment.