Color Hex Logo

#67dbea Color Hex

#67DBEA
(103,219,234)
0 Favorites   0 Comments

Color spaces of #67dbea

RGB 103219234
HSL0.520.760.66
HSV187°56°92°
CMYK 0.560.060.00   0.08
XYZ45.776359.487186.9114
Yxy59.48710.23820.3095
Hunter Lab77.1279-29.0320-12.8213
CIE-Lab81.5586-28.5852-17.3204

#67dbea color RGB value is (103,219,234).

#67dbea hex color red value is 103, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #67dbea hue: 0.52 , saturation: 0.76 and the lightness value of 67dbea is 0.66.

The process color (four color CMYK) of #67dbea color hex is 0.56, 0.06, 0.00, 0.08. Web safe color of #67dbea is #66ccff. Color #67dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011011 11101010
Octal 147 333 352
Decimal 103 219 234
Hex 67 DB EA

RGB Percentages of Color #67dbea

%18.53
%39.39
%42.09

CMYK Percentages of Color #67dbea

%56
%6
%0
%8

Triadic Colors of #67dbea

#67dbea #ea67db #dbea67

Analogous Colors of #67dbea

#67dbea #679aea #67eab8

Monochromatic Colors of #67dbea

#67dbea

Complementary Color

#67dbea #ea7667

#67dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dbea Color CSS Codes

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

#67dbea Text Font Color

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

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


#67dbea Background Color

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

This div background color is #67dbea


#67dbea Border Color

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

This div border color is #67dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dbea


Comments

No comments written yet.

Please login to write comment.