Color Hex Logo

#6cbefd Color Hex

#6CBEFD
(108,190,253)
0 Favorites   0 Comments

Color spaces of #6cbefd

RGB 108190253
HSL0.570.970.71
HSV206°57°99°
CMYK 0.570.250.00   0.01
XYZ42.327447.106999.7902
Yxy47.10690.22370.2489
Hunter Lab68.6345-10.0280-38.1598
CIE-Lab74.2581-7.2185-38.6527

#6cbefd color RGB value is (108,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11111101
Octal 154 276 375
Decimal 108 190 253
Hex 6C BE FD

RGB Percentages of Color #6cbefd

%19.60
%34.48
%45.92

CMYK Percentages of Color #6cbefd

%57
%25
%0
%1

Triadic Colors of #6cbefd

#6cbefd #fd6cbe #befd6c

Analogous Colors of #6cbefd

#6cbefd #6c76fd #6cfdf4

Monochromatic Colors of #6cbefd

#6cbefd

Complementary Color

#6cbefd #fdab6c

#6cbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbefd Color CSS Codes

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

#6cbefd Text Font Color

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

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


#6cbefd Background Color

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

This div background color is #6cbefd


#6cbefd Border Color

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

This div border color is #6cbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbefd


Comments

No comments written yet.

Please login to write comment.