Color Hex Logo

#67ddba Color Hex

#67DDBA
(103,221,186)
0 Favorites   0 Comments

Color spaces of #67ddba

RGB 103221186
HSL0.450.630.64
HSV162°53°87°
CMYK 0.530.000.16   0.13
XYZ40.312958.141655.5521
Yxy58.14160.26180.3775
Hunter Lab76.2506-39.067610.1800
CIE-Lab80.8175-41.64777.1144

#67ddba color RGB value is (103,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011101 10111010
Octal 147 335 272
Decimal 103 221 186
Hex 67 DD BA

RGB Percentages of Color #67ddba

%20.20
%43.33
%36.47

CMYK Percentages of Color #67ddba

%53
%0
%16
%13

Triadic Colors of #67ddba

#67ddba #ba67dd #ddba67

Analogous Colors of #67ddba

#67ddba #67c5dd #67dd7f

Monochromatic Colors of #67ddba

#67ddba

Complementary Color

#67ddba #dd678a

#67ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ddba Color CSS Codes

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

#67ddba Text Font Color

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

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


#67ddba Background Color

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

This div background color is #67ddba


#67ddba Border Color

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

This div border color is #67ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ddba


Comments

No comments written yet.

Please login to write comment.