Color Hex Logo

#6cbeef Color Hex

#6CBEEF
(108,190,239)
0 Favorites   0 Comments

Color spaces of #6cbeef

RGB 108190239
HSL0.560.800.68
HSV202°55°94°
CMYK 0.550.210.00   0.06
XYZ40.177846.247188.4703
Yxy46.24710.22970.2644
Hunter Lab68.0052-13.5505-29.5287
CIE-Lab73.7056-11.4133-31.9628

#6cbeef color RGB value is (108,190,239).

#6cbeef hex color red value is 108, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6cbeef hue: 0.56 , saturation: 0.80 and the lightness value of 6cbeef is 0.68.

The process color (four color CMYK) of #6cbeef color hex is 0.55, 0.21, 0.00, 0.06. Web safe color of #6cbeef is #66ccff. Color #6cbeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11101111
Octal 154 276 357
Decimal 108 190 239
Hex 6C BE EF

RGB Percentages of Color #6cbeef

%20.11
%35.38
%44.51

CMYK Percentages of Color #6cbeef

%55
%21
%0
%6

Triadic Colors of #6cbeef

#6cbeef #ef6cbe #beef6c

Analogous Colors of #6cbeef

#6cbeef #6c7def #6cefdf

Monochromatic Colors of #6cbeef

#6cbeef

Complementary Color

#6cbeef #ef9d6c

#6cbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbeef Color CSS Codes

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

#6cbeef Text Font Color

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

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


#6cbeef Background Color

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

This div background color is #6cbeef


#6cbeef Border Color

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

This div border color is #6cbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbeef


Comments

No comments written yet.

Please login to write comment.