Color Hex Logo

#6cbee5 Color Hex

#6CBEE5
(108,190,229)
0 Favorites   0 Comments

Color spaces of #6cbee5

RGB 108190229
HSL0.550.700.66
HSV199°53°90°
CMYK 0.530.170.00   0.10
XYZ38.740745.672280.9025
Yxy45.67220.23430.2763
Hunter Lab67.5812-15.9426-23.6701
CIE-Lab73.3323-14.3328-27.1255

#6cbee5 color RGB value is (108,190,229).

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

The process color (four color CMYK) of #6cbee5 color hex is 0.53, 0.17, 0.00, 0.10. Web safe color of #6cbee5 is #66cccc. Color #6cbee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11100101
Octal 154 276 345
Decimal 108 190 229
Hex 6C BE E5

RGB Percentages of Color #6cbee5

%20.49
%36.05
%43.45

CMYK Percentages of Color #6cbee5

%53
%17
%0
%10

Triadic Colors of #6cbee5

#6cbee5 #e56cbe #bee56c

Analogous Colors of #6cbee5

#6cbee5 #6c82e5 #6ce5d0

Monochromatic Colors of #6cbee5

#6cbee5

Complementary Color

#6cbee5 #e5936c

#6cbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbee5 Color CSS Codes

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

#6cbee5 Text Font Color

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

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


#6cbee5 Background Color

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

This div background color is #6cbee5


#6cbee5 Border Color

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

This div border color is #6cbee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbee5


Comments

No comments written yet.

Please login to write comment.