Color Hex Logo

#6cbfef Color Hex

#6CBFEF
(108,191,239)
0 Favorites   0 Comments

Color spaces of #6cbfef

RGB 108191239
HSL0.560.800.68
HSV202°55°94°
CMYK 0.550.200.00   0.06
XYZ40.395146.681788.5428
Yxy46.68170.23000.2658
Hunter Lab68.3240-14.0327-29.0086
CIE-Lab73.9857-11.9454-31.5308

#6cbfef color RGB value is (108,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 11101111
Octal 154 277 357
Decimal 108 191 239
Hex 6C BF EF

RGB Percentages of Color #6cbfef

%20.07
%35.50
%44.42

CMYK Percentages of Color #6cbfef

%55
%20
%0
%6

Triadic Colors of #6cbfef

#6cbfef #ef6cbf #bfef6c

Analogous Colors of #6cbfef

#6cbfef #6c7eef #6cefde

Monochromatic Colors of #6cbfef

#6cbfef

Complementary Color

#6cbfef #ef9c6c

#6cbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfef Color CSS Codes

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

#6cbfef Text Font Color

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

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


#6cbfef Background Color

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

This div background color is #6cbfef


#6cbfef Border Color

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

This div border color is #6cbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfef


Comments

No comments written yet.

Please login to write comment.