Color Hex Logo

#6bcadc Color Hex

#6BCADC
(107,202,220)
0 Favorites   0 Comments

Color spaces of #6bcadc

RGB 107202220
HSL0.530.620.64
HSV190°51°86°
CMYK 0.510.080.00   0.14
XYZ40.102250.534275.3506
Yxy50.53420.24160.3044
Hunter Lab71.0874-23.7066-13.0845
CIE-Lab76.3960-23.2453-17.6011

#6bcadc color RGB value is (107,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001010 11011100
Octal 153 312 334
Decimal 107 202 220
Hex 6B CA DC

RGB Percentages of Color #6bcadc

%20.23
%38.19
%41.59

CMYK Percentages of Color #6bcadc

%51
%8
%0
%14

Triadic Colors of #6bcadc

#6bcadc #dc6bca #cadc6b

Analogous Colors of #6bcadc

#6bcadc #6b92dc #6bdcb6

Monochromatic Colors of #6bcadc

#6bcadc

Complementary Color

#6bcadc #dc7d6b

#6bcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcadc Color CSS Codes

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

#6bcadc Text Font Color

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

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


#6bcadc Background Color

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

This div background color is #6bcadc


#6bcadc Border Color

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

This div border color is #6bcadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,202,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 #6bcadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcadc


Comments

No comments written yet.

Please login to write comment.