Color Hex Logo

#6bdbfc Color Hex

#6BDBFC
(107,219,252)
0 Favorites   0 Comments

Color spaces of #6bdbfc

RGB 107219252
HSL0.540.960.70
HSV194°58°99°
CMYK 0.580.130.00   0.01
XYZ48.965660.8171101.2536
Yxy60.81710.23200.2882
Hunter Lab77.9853-24.3973-22.3905
CIE-Lab82.2803-22.7976-25.7663

#6bdbfc color RGB value is (107,219,252).

#6bdbfc hex color red value is 107, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6bdbfc hue: 0.54 , saturation: 0.96 and the lightness value of 6bdbfc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 11111100
Octal 153 333 374
Decimal 107 219 252
Hex 6B DB FC

RGB Percentages of Color #6bdbfc

%18.51
%37.89
%43.60

CMYK Percentages of Color #6bdbfc

%58
%13
%0
%1

Triadic Colors of #6bdbfc

#6bdbfc #fc6bdb #dbfc6b

Analogous Colors of #6bdbfc

#6bdbfc #6b93fc #6bfcd5

Monochromatic Colors of #6bdbfc

#6bdbfc

Complementary Color

#6bdbfc #fc8c6b

#6bdbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbfc Color CSS Codes

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

#6bdbfc Text Font Color

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

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


#6bdbfc Background Color

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

This div background color is #6bdbfc


#6bdbfc Border Color

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

This div border color is #6bdbfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,219,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.