Color Hex Logo

#6cadeb Color Hex

#6CADEB
(108,173,235)
0 Favorites   0 Comments

Color spaces of #6cadeb

RGB 108173235
HSL0.580.760.67
HSV209°54°92°
CMYK 0.540.260.00   0.08
XYZ36.123339.073484.2353
Yxy39.07340.22660.2451
Hunter Lab62.5087-6.2365-36.1417
CIE-Lab68.8044-3.3602-37.3864

#6cadeb color RGB value is (108,173,235).

#6cadeb hex color red value is 108, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6cadeb hue: 0.58 , saturation: 0.76 and the lightness value of 6cadeb is 0.67.

The process color (four color CMYK) of #6cadeb color hex is 0.54, 0.26, 0.00, 0.08. Web safe color of #6cadeb is #6699ff. Color #6cadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 11101011
Octal 154 255 353
Decimal 108 173 235
Hex 6C AD EB

RGB Percentages of Color #6cadeb

%20.93
%33.53
%45.54

CMYK Percentages of Color #6cadeb

%54
%26
%0
%8

Triadic Colors of #6cadeb

#6cadeb #eb6cad #adeb6c

Analogous Colors of #6cadeb

#6cadeb #6c6eeb #6cebea

Monochromatic Colors of #6cadeb

#6cadeb

Complementary Color

#6cadeb #ebaa6c

#6cadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadeb Color CSS Codes

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

#6cadeb Text Font Color

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

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


#6cadeb Background Color

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

This div background color is #6cadeb


#6cadeb Border Color

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

This div border color is #6cadeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,173,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadeb


Comments

No comments written yet.

Please login to write comment.