Color Hex Logo

#67ddcc Color Hex

#67DDCC
(103,221,204)
0 Favorites   0 Comments

Color spaces of #67ddcc

RGB 103221204
HSL0.480.630.64
HSV171°53°87°
CMYK 0.530.000.08   0.13
XYZ42.349158.956166.2744
Yxy58.95610.25270.3518
Hunter Lab76.7829-35.91952.5724
CIE-Lab81.2675-37.3660-1.7931

#67ddcc color RGB value is (103,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011101 11001100
Octal 147 335 314
Decimal 103 221 204
Hex 67 DD CC

RGB Percentages of Color #67ddcc

%19.51
%41.86
%38.64

CMYK Percentages of Color #67ddcc

%53
%0
%8
%13

Triadic Colors of #67ddcc

#67ddcc #cc67dd #ddcc67

Analogous Colors of #67ddcc

#67ddcc #67b3dd #67dd91

Monochromatic Colors of #67ddcc

#67ddcc

Complementary Color

#67ddcc #dd6778

#67ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ddcc Color CSS Codes

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

#67ddcc Text Font Color

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

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


#67ddcc Background Color

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

This div background color is #67ddcc


#67ddcc Border Color

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

This div border color is #67ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ddcc


Comments

No comments written yet.

Please login to write comment.