Color Hex Logo

#67dbce Color Hex

#67DBCE
(103,219,206)
0 Favorites   0 Comments

Color spaces of #67dbce

RGB 103219206
HSL0.480.620.63
HSV173°53°86°
CMYK 0.530.000.06   0.14
XYZ42.065658.002867.3711
Yxy58.00280.25120.3464
Hunter Lab76.1596-34.68740.8635
CIE-Lab80.7403-35.9481-3.6318

#67dbce color RGB value is (103,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011011 11001110
Octal 147 333 316
Decimal 103 219 206
Hex 67 DB CE

RGB Percentages of Color #67dbce

%19.51
%41.48
%39.02

CMYK Percentages of Color #67dbce

%53
%0
%6
%14

Triadic Colors of #67dbce

#67dbce #ce67db #dbce67

Analogous Colors of #67dbce

#67dbce #67aedb #67db94

Monochromatic Colors of #67dbce

#67dbce

Complementary Color

#67dbce #db6774

#67dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dbce Color CSS Codes

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

#67dbce Text Font Color

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

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


#67dbce Background Color

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

This div background color is #67dbce


#67dbce Border Color

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

This div border color is #67dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dbce


Comments

No comments written yet.

Please login to write comment.