Color Hex Logo

#6bcdef Color Hex

#6BCDEF
(107,205,239)
0 Favorites   0 Comments

Color spaces of #6bcdef

RGB 107205239
HSL0.540.800.68
HSV195°55°94°
CMYK 0.550.140.00   0.06
XYZ43.474753.020489.6040
Yxy53.02040.23360.2849
Hunter Lab72.8151-20.8519-21.9898
CIE-Lab77.8870-19.4414-25.5472

#6bcdef color RGB value is (107,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 11101111
Octal 153 315 357
Decimal 107 205 239
Hex 6B CD EF

RGB Percentages of Color #6bcdef

%19.42
%37.21
%43.38

CMYK Percentages of Color #6bcdef

%55
%14
%0
%6

Triadic Colors of #6bcdef

#6bcdef #ef6bcd #cdef6b

Analogous Colors of #6bcdef

#6bcdef #6b8bef #6befcf

Monochromatic Colors of #6bcdef

#6bcdef

Complementary Color

#6bcdef #ef8d6b

#6bcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcdef Color CSS Codes

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

#6bcdef Text Font Color

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

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


#6bcdef Background Color

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

This div background color is #6bcdef


#6bcdef Border Color

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

This div border color is #6bcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcdef


Comments

No comments written yet.

Please login to write comment.