Color Hex Logo

#6ebffd Color Hex

#6EBFFD
(110,191,253)
0 Favorites   0 Comments

Color spaces of #6ebffd

RGB 110191253
HSL0.570.970.71
HSV206°57°99°
CMYK 0.570.250.00   0.01
XYZ42.790847.668499.8741
Yxy47.66840.22480.2504
Hunter Lab69.0423-10.1939-37.4372
CIE-Lab74.6153-7.3698-38.0912

#6ebffd color RGB value is (110,191,253).

#6ebffd hex color red value is 110, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6ebffd hue: 0.57 , saturation: 0.97 and the lightness value of 6ebffd is 0.71.

The process color (four color CMYK) of #6ebffd color hex is 0.57, 0.25, 0.00, 0.01. Web safe color of #6ebffd is #66ccff. Color #6ebffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111111 11111101
Octal 156 277 375
Decimal 110 191 253
Hex 6E BF FD

RGB Percentages of Color #6ebffd

%19.86
%34.48
%45.67

CMYK Percentages of Color #6ebffd

%57
%25
%0
%1

Triadic Colors of #6ebffd

#6ebffd #fd6ebf #bffd6e

Analogous Colors of #6ebffd

#6ebffd #6e78fd #6efdf4

Monochromatic Colors of #6ebffd

#6ebffd

Complementary Color

#6ebffd #fdac6e

#6ebffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebffd Color CSS Codes

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

#6ebffd Text Font Color

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

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


#6ebffd Background Color

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

This div background color is #6ebffd


#6ebffd Border Color

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

This div border color is #6ebffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,191,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebffd

#6ebffd Color Palettes


Comments

No comments written yet.

Please login to write comment.