Color Hex Logo

#6bdbcc Color Hex

#6BDBCC
(107,219,204)
0 Favorites   0 Comments

Color spaces of #6bdbcc

RGB 107219204
HSL0.480.610.64
HSV172°51°86°
CMYK 0.510.000.07   0.14
XYZ42.294058.148566.1214
Yxy58.14850.25390.3491
Hunter Lab76.2552-34.44371.9678
CIE-Lab80.8213-35.6085-2.4319

#6bdbcc color RGB value is (107,219,204).

#6bdbcc hex color red value is 107, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6bdbcc hue: 0.48 , saturation: 0.61 and the lightness value of 6bdbcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 11001100
Octal 153 333 314
Decimal 107 219 204
Hex 6B DB CC

RGB Percentages of Color #6bdbcc

%20.19
%41.32
%38.49

CMYK Percentages of Color #6bdbcc

%51
%0
%7
%14

Triadic Colors of #6bdbcc

#6bdbcc #cc6bdb #dbcc6b

Analogous Colors of #6bdbcc

#6bdbcc #6bb2db #6bdb94

Monochromatic Colors of #6bdbcc

#6bdbcc

Complementary Color

#6bdbcc #db6b7a

#6bdbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbcc Color CSS Codes

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

#6bdbcc Text Font Color

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

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


#6bdbcc Background Color

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

This div background color is #6bdbcc


#6bdbcc Border Color

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

This div border color is #6bdbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbcc


Comments

No comments written yet.

Please login to write comment.