Color Hex Logo

#6bddfd Color Hex

#6BDDFD
(107,221,253)
0 Favorites   0 Comments

Color spaces of #6bddfd

RGB 107221253
HSL0.540.970.71
HSV193°58°99°
CMYK 0.580.130.00   0.01
XYZ49.649561.9306102.2655
Yxy61.93060.23220.2896
Hunter Lab78.6960-25.1019-21.9602
CIE-Lab82.8765-23.5099-25.3866

#6bddfd color RGB value is (107,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11111101
Octal 153 335 375
Decimal 107 221 253
Hex 6B DD FD

RGB Percentages of Color #6bddfd

%18.42
%38.04
%43.55

CMYK Percentages of Color #6bddfd

%58
%13
%0
%1

Triadic Colors of #6bddfd

#6bddfd #fd6bdd #ddfd6b

Analogous Colors of #6bddfd

#6bddfd #6b94fd #6bfdd4

Monochromatic Colors of #6bddfd

#6bddfd

Complementary Color

#6bddfd #fd8b6b

#6bddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bddfd Color CSS Codes

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

#6bddfd Text Font Color

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

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


#6bddfd Background Color

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

This div background color is #6bddfd


#6bddfd Border Color

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

This div border color is #6bddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.