Color Hex Logo

#6bdcfc Color Hex

#6BDCFC
(107,220,252)
0 Favorites   0 Comments

Color spaces of #6bdcfc

RGB 107220252
HSL0.540.960.70
HSV193°58°99°
CMYK 0.580.130.00   0.01
XYZ49.227361.3405101.3408
Yxy61.34050.23230.2895
Hunter Lab78.3202-24.8661-21.8930
CIE-Lab82.5615-23.2966-25.3376

#6bdcfc color RGB value is (107,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 11111100
Octal 153 334 374
Decimal 107 220 252
Hex 6B DC FC

RGB Percentages of Color #6bdcfc

%18.48
%38.00
%43.52

CMYK Percentages of Color #6bdcfc

%58
%13
%0
%1

Triadic Colors of #6bdcfc

#6bdcfc #fc6bdc #dcfc6b

Analogous Colors of #6bdcfc

#6bdcfc #6b94fc #6bfcd4

Monochromatic Colors of #6bdcfc

#6bdcfc

Complementary Color

#6bdcfc #fc8b6b

#6bdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcfc Color CSS Codes

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

#6bdcfc Text Font Color

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

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


#6bdcfc Background Color

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

This div background color is #6bdcfc


#6bdcfc Border Color

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

This div border color is #6bdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcfc


Comments

No comments written yet.

Please login to write comment.