Color Hex Logo

#67c7dc Color Hex

#67C7DC
(103,199,220)
0 Favorites   0 Comments

Color spaces of #67c7dc

RGB 103199220
HSL0.530.630.63
HSV191°53°86°
CMYK 0.530.100.00   0.14
XYZ38.935248.897775.0962
Yxy48.89770.23900.3001
Hunter Lab69.9269-22.9835-14.7242
CIE-Lab75.3876-22.5726-19.1403

#67c7dc color RGB value is (103,199,220).

#67c7dc hex color red value is 103, green value is 199 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #67c7dc hue: 0.53 , saturation: 0.63 and the lightness value of 67c7dc is 0.63.

The process color (four color CMYK) of #67c7dc color hex is 0.53, 0.10, 0.00, 0.14. Web safe color of #67c7dc is #66cccc. Color #67c7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11000111 11011100
Octal 147 307 334
Decimal 103 199 220
Hex 67 C7 DC

RGB Percentages of Color #67c7dc

%19.73
%38.12
%42.15

CMYK Percentages of Color #67c7dc

%53
%10
%0
%14

Triadic Colors of #67c7dc

#67c7dc #dc67c7 #c7dc67

Analogous Colors of #67c7dc

#67c7dc #678ddc #67dcb7

Monochromatic Colors of #67c7dc

#67c7dc

Complementary Color

#67c7dc #dc7c67

#67c7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67c7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67c7dc Color CSS Codes

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

#67c7dc Text Font Color

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

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


#67c7dc Background Color

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

This div background color is #67c7dc


#67c7dc Border Color

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

This div border color is #67c7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67c7dc


Comments

No comments written yet.

Please login to write comment.