Color Hex Logo

#6bdcdd Color Hex

#6BDCDD
(107,220,221)
0 Favorites   0 Comments

Color spaces of #6bdcdd

RGB 107220221
HSL0.500.630.64
HSV181°52°87°
CMYK 0.520.000.00   0.13
XYZ44.707759.532777.5412
Yxy59.53270.24590.3275
Hunter Lab77.1574-31.5964-5.5747
CIE-Lab81.5835-31.7664-10.3550

#6bdcdd color RGB value is (107,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 11011101
Octal 153 334 335
Decimal 107 220 221
Hex 6B DC DD

RGB Percentages of Color #6bdcdd

%19.53
%40.15
%40.33

CMYK Percentages of Color #6bdcdd

%52
%0
%0
%13

Triadic Colors of #6bdcdd

#6bdcdd #dd6bdc #dcdd6b

Analogous Colors of #6bdcdd

#6bdcdd #6ba3dd #6bdda5

Monochromatic Colors of #6bdcdd

#6bdcdd

Complementary Color

#6bdcdd #dd6c6b

#6bdcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcdd Color CSS Codes

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

#6bdcdd Text Font Color

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

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


#6bdcdd Background Color

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

This div background color is #6bdcdd


#6bdcdd Border Color

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

This div border color is #6bdcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcdd


Comments

No comments written yet.

Please login to write comment.