Color Hex Logo

#6bddca Color Hex

#6BDDCA
(107,221,202)
0 Favorites   0 Comments

Color spaces of #6bddca

RGB 107221202
HSL0.470.630.64
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ42.580559.103065.0409
Yxy59.10300.25540.3545
Hunter Lab76.8785-35.67203.6543
CIE-Lab81.3482-37.0196-0.5958

#6bddca color RGB value is (107,221,202).

#6bddca hex color red value is 107, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6bddca hue: 0.47 , saturation: 0.63 and the lightness value of 6bddca is 0.64.

The process color (four color CMYK) of #6bddca color hex is 0.52, 0.00, 0.09, 0.13. Web safe color of #6bddca is #66cccc. Color #6bddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11001010
Octal 153 335 312
Decimal 107 221 202
Hex 6B DD CA

RGB Percentages of Color #6bddca

%20.19
%41.70
%38.11

CMYK Percentages of Color #6bddca

%52
%0
%9
%13

Triadic Colors of #6bddca

#6bddca #ca6bdd #ddca6b

Analogous Colors of #6bddca

#6bddca #6bb7dd #6bdd91

Monochromatic Colors of #6bddca

#6bddca

Complementary Color

#6bddca #dd6b7e

#6bddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bddca Color CSS Codes

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

#6bddca Text Font Color

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

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


#6bddca Background Color

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

This div background color is #6bddca


#6bddca Border Color

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

This div border color is #6bddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bddca


Comments

No comments written yet.

Please login to write comment.