Color Hex Logo

#67dbbf Color Hex

#67DBBF
(103,219,191)
0 Favorites   0 Comments

Color spaces of #67dbbf

RGB 103219191
HSL0.460.620.63
HSV166°53°86°
CMYK 0.530.000.13   0.14
XYZ40.329057.308258.2262
Yxy57.30820.25870.3677
Hunter Lab75.7022-37.38617.3887
CIE-Lab80.3526-39.59423.7887

#67dbbf color RGB value is (103,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011011 10111111
Octal 147 333 277
Decimal 103 219 191
Hex 67 DB BF

RGB Percentages of Color #67dbbf

%20.08
%42.69
%37.23

CMYK Percentages of Color #67dbbf

%53
%0
%13
%14

Triadic Colors of #67dbbf

#67dbbf #bf67db #dbbf67

Analogous Colors of #67dbbf

#67dbbf #67bddb #67db85

Monochromatic Colors of #67dbbf

#67dbbf

Complementary Color

#67dbbf #db6783

#67dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dbbf Color CSS Codes

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

#67dbbf Text Font Color

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

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


#67dbbf Background Color

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

This div background color is #67dbbf


#67dbbf Border Color

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

This div border color is #67dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dbbf


Comments

No comments written yet.

Please login to write comment.