Color Hex Logo

#6bcaef Color Hex

#6BCAEF
(107,202,239)
0 Favorites   0 Comments

Color spaces of #6bcaef

RGB 107202239
HSL0.550.800.68
HSV197°55°94°
CMYK 0.550.150.00   0.06
XYZ42.763951.598989.3670
Yxy51.59890.23280.2808
Hunter Lab71.8324-19.4404-23.4803
CIE-Lab77.0404-17.9031-26.8415

#6bcaef color RGB value is (107,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001010 11101111
Octal 153 312 357
Decimal 107 202 239
Hex 6B CA EF

RGB Percentages of Color #6bcaef

%19.53
%36.86
%43.61

CMYK Percentages of Color #6bcaef

%55
%15
%0
%6

Triadic Colors of #6bcaef

#6bcaef #ef6bca #caef6b

Analogous Colors of #6bcaef

#6bcaef #6b88ef #6befd2

Monochromatic Colors of #6bcaef

#6bcaef

Complementary Color

#6bcaef #ef906b

#6bcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcaef Color CSS Codes

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

#6bcaef Text Font Color

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

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


#6bcaef Background Color

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

This div background color is #6bcaef


#6bcaef Border Color

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

This div border color is #6bcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcaef


Comments

No comments written yet.

Please login to write comment.