Color Hex Logo

#67dadd Color Hex

#67DADD
(103,218,221)
0 Favorites   0 Comments

Color spaces of #67dadd

RGB 103218221
HSL0.500.630.64
HSV182°53°87°
CMYK 0.530.010.00   0.13
XYZ43.716158.246877.3453
Yxy58.24680.24380.3248
Hunter Lab76.3196-31.3139-6.6631
CIE-Lab80.8758-31.6123-11.4247

#67dadd color RGB value is (103,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011010 11011101
Octal 147 332 335
Decimal 103 218 221
Hex 67 DA DD

RGB Percentages of Color #67dadd

%19.00
%40.22
%40.77

CMYK Percentages of Color #67dadd

%53
%1
%0
%13

Triadic Colors of #67dadd

#67dadd #dd67da #dadd67

Analogous Colors of #67dadd

#67dadd #679fdd #67dda5

Monochromatic Colors of #67dadd

#67dadd

Complementary Color

#67dadd #dd6a67

#67dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dadd Color CSS Codes

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

#67dadd Text Font Color

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

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


#67dadd Background Color

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

This div background color is #67dadd


#67dadd Border Color

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

This div border color is #67dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dadd


Comments

No comments written yet.

Please login to write comment.