Color Hex Logo

#67dbde Color Hex

#67DBDE
(103,219,222)
0 Favorites   0 Comments

Color spaces of #67dbde

RGB 103219222
HSL0.500.640.64
HSV182°54°87°
CMYK 0.540.010.00   0.13
XYZ44.109958.820578.1359
Yxy58.82050.24360.3249
Hunter Lab76.6945-31.5534-6.7181
CIE-Lab81.1928-31.8233-11.4841

#67dbde color RGB value is (103,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011011 11011110
Octal 147 333 336
Decimal 103 219 222
Hex 67 DB DE

RGB Percentages of Color #67dbde

%18.93
%40.26
%40.81

CMYK Percentages of Color #67dbde

%54
%1
%0
%13

Triadic Colors of #67dbde

#67dbde #de67db #dbde67

Analogous Colors of #67dbde

#67dbde #67a0de #67dea6

Monochromatic Colors of #67dbde

#67dbde

Complementary Color

#67dbde #de6a67

#67dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dbde Color CSS Codes

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

#67dbde Text Font Color

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

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


#67dbde Background Color

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

This div background color is #67dbde


#67dbde Border Color

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

This div border color is #67dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dbde


Comments

No comments written yet.

Please login to write comment.