Color Hex Logo

#6be5ef Color Hex

#6BE5EF
(107,229,239)
0 Favorites   0 Comments

Color spaces of #6be5ef

RGB 107229239
HSL0.510.800.68
HSV185°55°94°
CMYK 0.550.040.00   0.06
XYZ49.662765.396491.6666
Yxy65.39640.24020.3163
Hunter Lab80.8680-31.8986-10.5995
CIE-Lab84.6876-31.2806-15.2493

#6be5ef color RGB value is (107,229,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100101 11101111
Octal 153 345 357
Decimal 107 229 239
Hex 6B E5 EF

RGB Percentages of Color #6be5ef

%18.61
%39.83
%41.57

CMYK Percentages of Color #6be5ef

%55
%4
%0
%6

Triadic Colors of #6be5ef

#6be5ef #ef6be5 #e5ef6b

Analogous Colors of #6be5ef

#6be5ef #6ba3ef #6befb7

Monochromatic Colors of #6be5ef

#6be5ef

Complementary Color

#6be5ef #ef756b

#6be5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be5ef Color CSS Codes

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

#6be5ef Text Font Color

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

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


#6be5ef Background Color

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

This div background color is #6be5ef


#6be5ef Border Color

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

This div border color is #6be5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be5ef


Comments

No comments written yet.

Please login to write comment.