Color Hex Logo

#6bcddc Color Hex

#6BCDDC
(107,205,220)
0 Favorites   0 Comments

Color spaces of #6bcddc

RGB 107205220
HSL0.520.620.64
HSV188°51°86°
CMYK 0.510.070.00   0.14
XYZ40.813051.955775.5875
Yxy51.95570.24240.3086
Hunter Lab72.0803-25.0710-11.7187
CIE-Lab77.2543-24.7424-16.3064

#6bcddc color RGB value is (107,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 11011100
Octal 153 315 334
Decimal 107 205 220
Hex 6B CD DC

RGB Percentages of Color #6bcddc

%20.11
%38.53
%41.35

CMYK Percentages of Color #6bcddc

%51
%7
%0
%14

Triadic Colors of #6bcddc

#6bcddc #dc6bcd #cddc6b

Analogous Colors of #6bcddc

#6bcddc #6b95dc #6bdcb3

Monochromatic Colors of #6bcddc

#6bcddc

Complementary Color

#6bcddc #dc7a6b

#6bcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcddc Color CSS Codes

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

#6bcddc Text Font Color

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

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


#6bcddc Background Color

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

This div background color is #6bcddc


#6bcddc Border Color

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

This div border color is #6bcddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcddc


Comments

No comments written yet.

Please login to write comment.