Color Hex Logo

#6cabdd Color Hex

#6CABDD
(108,171,221)
0 Favorites   0 Comments

Color spaces of #6cabdd

RGB 108171221
HSL0.570.620.65
HSV207°51°87°
CMYK 0.510.230.00   0.13
XYZ33.798437.534473.8701
Yxy37.53440.23280.2585
Hunter Lab61.2653-8.7408-28.6026
CIE-Lab67.6760-6.4394-31.4692

#6cabdd color RGB value is (108,171,221).

#6cabdd hex color red value is 108, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6cabdd hue: 0.57 , saturation: 0.62 and the lightness value of 6cabdd is 0.65.

The process color (four color CMYK) of #6cabdd color hex is 0.51, 0.23, 0.00, 0.13. Web safe color of #6cabdd is #6699cc. Color #6cabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101011 11011101
Octal 154 253 335
Decimal 108 171 221
Hex 6C AB DD

RGB Percentages of Color #6cabdd

%21.60
%34.20
%44.20

CMYK Percentages of Color #6cabdd

%51
%23
%0
%13

Triadic Colors of #6cabdd

#6cabdd #dd6cab #abdd6c

Analogous Colors of #6cabdd

#6cabdd #6c73dd #6cddd7

Monochromatic Colors of #6cabdd

#6cabdd

Complementary Color

#6cabdd #dd9e6c

#6cabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cabdd Color CSS Codes

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

#6cabdd Text Font Color

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

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


#6cabdd Background Color

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

This div background color is #6cabdd


#6cabdd Border Color

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

This div border color is #6cabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cabdd


Comments

No comments written yet.

Please login to write comment.