Color Hex Logo

#67dacc Color Hex

#67DACC
(103,218,204)
0 Favorites   0 Comments

Color spaces of #67dacc

RGB 103218204
HSL0.480.610.63
HSV173°53°85°
CMYK 0.530.000.06   0.15
XYZ41.564057.386066.0127
Yxy57.38600.25200.3479
Hunter Lab75.7535-34.63041.3613
CIE-Lab80.3962-35.9853-3.0719

#67dacc color RGB value is (103,218,204).

#67dacc hex color red value is 103, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #67dacc hue: 0.48 , saturation: 0.61 and the lightness value of 67dacc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011010 11001100
Octal 147 332 314
Decimal 103 218 204
Hex 67 DA CC

RGB Percentages of Color #67dacc

%19.62
%41.52
%38.86

CMYK Percentages of Color #67dacc

%53
%0
%6
%15

Triadic Colors of #67dacc

#67dacc #cc67da #dacc67

Analogous Colors of #67dacc

#67dacc #67afda #67da93

Monochromatic Colors of #67dacc

#67dacc

Complementary Color

#67dacc #da6775

#67dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dacc Color CSS Codes

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

#67dacc Text Font Color

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

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


#67dacc Background Color

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

This div background color is #67dacc


#67dacc Border Color

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

This div border color is #67dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dacc


Comments

No comments written yet.

Please login to write comment.