Color Hex Logo

#6bdcb4 Color Hex

#6BDCB4
(107,220,180)
0 Favorites   0 Comments

Color spaces of #6bdcb4

RGB 107220180
HSL0.440.620.64
HSV159°51°86°
CMYK 0.510.000.18   0.14
XYZ39.894857.607552.1967
Yxy57.60750.26650.3848
Hunter Lab75.8996-39.000112.3556
CIE-Lab80.5201-41.66929.8863

#6bdcb4 color RGB value is (107,220,180).

#6bdcb4 hex color red value is 107, green value is 220 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #6bdcb4 hue: 0.44 , saturation: 0.62 and the lightness value of 6bdcb4 is 0.64.

The process color (four color CMYK) of #6bdcb4 color hex is 0.51, 0.00, 0.18, 0.14. Web safe color of #6bdcb4 is #66cccc. Color #6bdcb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 10110100
Octal 153 334 264
Decimal 107 220 180
Hex 6B DC B4

RGB Percentages of Color #6bdcb4

%21.10
%43.39
%35.50

CMYK Percentages of Color #6bdcb4

%51
%0
%18
%14

Triadic Colors of #6bdcb4

#6bdcb4 #b46bdc #dcb46b

Analogous Colors of #6bdcb4

#6bdcb4 #6bccdc #6bdc7c

Monochromatic Colors of #6bdcb4

#6bdcb4

Complementary Color

#6bdcb4 #dc6b93

#6bdcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcb4 Color CSS Codes

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

#6bdcb4 Text Font Color

<p style="color:#6bdcb4">Text here</p>

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


#6bdcb4 Background Color

<div style="background-color:#6bdcb4">
Div content here</div>

This div background color is #6bdcb4


#6bdcb4 Border Color

<div style="border:3px solid #6bdcb4">
Div here</div>

This div border color is #6bdcb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,220,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bdcb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bdcb4;
  -webkit-box-shadow: 1px 1px 3px 2px #6bdcb4;
  box-shadow:         1px 1px 3px 2px #6bdcb4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,220,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcb4


Comments

No comments written yet.

Please login to write comment.