Color Hex Logo

#6febfe Color Hex

#6FEBFE
(111,235,254)
0 Favorites   0 Comments

Color spaces of #6febfe

RGB 111235254
HSL0.520.990.72
HSV188°56°100°
CMYK 0.560.070.00   0.00
XYZ54.153369.9519104.4138
Yxy69.95190.23700.3061
Hunter Lab83.6373-30.7903-15.4723
CIE-Lab86.9733-29.3430-19.6852

#6febfe color RGB value is (111,235,254).

#6febfe hex color red value is 111, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6febfe hue: 0.52 , saturation: 0.99 and the lightness value of 6febfe is 0.72.

The process color (four color CMYK) of #6febfe color hex is 0.56, 0.07, 0.00, 0.00. Web safe color of #6febfe is #66ffff. Color #6febfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 11111110
Octal 157 353 376
Decimal 111 235 254
Hex 6F EB FE

RGB Percentages of Color #6febfe

%18.50
%39.17
%42.33

CMYK Percentages of Color #6febfe

%56
%7
%0
%0

Triadic Colors of #6febfe

#6febfe #fe6feb #ebfe6f

Analogous Colors of #6febfe

#6febfe #6fa4fe #6ffeca

Monochromatic Colors of #6febfe

#6febfe

Complementary Color

#6febfe #fe826f

#6febfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febfe Color CSS Codes

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

#6febfe Text Font Color

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

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


#6febfe Background Color

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

This div background color is #6febfe


#6febfe Border Color

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

This div border color is #6febfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,235,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6febfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6febfe;
  -webkit-box-shadow: 1px 1px 3px 2px #6febfe;
  box-shadow:         1px 1px 3px 2px #6febfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,235,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febfe

Related Colors


Comments

No comments written yet.

Please login to write comment.