Color Hex Logo

#67ddcb Color Hex

#67DDCB
(103,221,203)
0 Favorites   0 Comments

Color spaces of #67ddcb

RGB 103221203
HSL0.470.630.64
HSV171°53°87°
CMYK 0.530.000.08   0.13
XYZ42.229558.908365.6446
Yxy58.90830.25320.3532
Hunter Lab76.7517-36.10323.0164
CIE-Lab81.2412-37.6125-1.2999

#67ddcb color RGB value is (103,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011101 11001011
Octal 147 335 313
Decimal 103 221 203
Hex 67 DD CB

RGB Percentages of Color #67ddcb

%19.54
%41.94
%38.52

CMYK Percentages of Color #67ddcb

%53
%0
%8
%13

Triadic Colors of #67ddcb

#67ddcb #cb67dd #ddcb67

Analogous Colors of #67ddcb

#67ddcb #67b4dd #67dd90

Monochromatic Colors of #67ddcb

#67ddcb

Complementary Color

#67ddcb #dd6779

#67ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ddcb Color CSS Codes

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

#67ddcb Text Font Color

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

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


#67ddcb Background Color

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

This div background color is #67ddcb


#67ddcb Border Color

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

This div border color is #67ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ddcb


Comments

No comments written yet.

Please login to write comment.