Color Hex Logo

#6cbee2 Color Hex

#6CBEE2
(108,190,226)
0 Favorites   0 Comments

Color spaces of #6cbee2

RGB 108190226
HSL0.550.670.65
HSV198°52°89°
CMYK 0.520.160.00   0.11
XYZ38.325345.506078.7151
Yxy45.50600.23580.2800
Hunter Lab67.4581-16.6397-21.9632
CIE-Lab73.2238-15.1950-25.6651

#6cbee2 color RGB value is (108,190,226).

#6cbee2 hex color red value is 108, green value is 190 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #6cbee2 hue: 0.55 , saturation: 0.67 and the lightness value of 6cbee2 is 0.65.

The process color (four color CMYK) of #6cbee2 color hex is 0.52, 0.16, 0.00, 0.11. Web safe color of #6cbee2 is #66cccc. Color #6cbee2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11100010
Octal 154 276 342
Decimal 108 190 226
Hex 6C BE E2

RGB Percentages of Color #6cbee2

%20.61
%36.26
%43.13

CMYK Percentages of Color #6cbee2

%52
%16
%0
%11

Triadic Colors of #6cbee2

#6cbee2 #e26cbe #bee26c

Analogous Colors of #6cbee2

#6cbee2 #6c83e2 #6ce2cb

Monochromatic Colors of #6cbee2

#6cbee2

Complementary Color

#6cbee2 #e2906c

#6cbee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbee2 Color CSS Codes

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

#6cbee2 Text Font Color

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

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


#6cbee2 Background Color

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

This div background color is #6cbee2


#6cbee2 Border Color

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

This div border color is #6cbee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbee2


Comments

No comments written yet.

Please login to write comment.