Color Hex Logo

#67dfdd Color Hex

#67DFDD
(103,223,221)
0 Favorites   0 Comments

Color spaces of #67dfdd

RGB 103223221
HSL0.500.650.64
HSV179°54°87°
CMYK 0.540.000.01   0.13
XYZ45.032360.879477.7841
Yxy60.87940.24510.3314
Hunter Lab78.0253-33.5229-4.4891
CIE-Lab82.3139-33.9756-9.2821

#67dfdd color RGB value is (103,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011111 11011101
Octal 147 337 335
Decimal 103 223 221
Hex 67 DF DD

RGB Percentages of Color #67dfdd

%18.83
%40.77
%40.40

CMYK Percentages of Color #67dfdd

%54
%0
%1
%13

Triadic Colors of #67dfdd

#67dfdd #dd67df #dfdd67

Analogous Colors of #67dfdd

#67dfdd #67a5df #67dfa1

Monochromatic Colors of #67dfdd

#67dfdd

Complementary Color

#67dfdd #df6769

#67dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dfdd Color CSS Codes

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

#67dfdd Text Font Color

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

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


#67dfdd Background Color

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

This div background color is #67dfdd


#67dfdd Border Color

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

This div border color is #67dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dfdd


Comments

No comments written yet.

Please login to write comment.