Color Hex Logo

#6cbdfd Color Hex

#6CBDFD
(108,189,253)
0 Favorites   0 Comments

Color spaces of #6cbdfd

RGB 108189253
HSL0.570.970.71
HSV206°57°99°
CMYK 0.570.250.00   0.01
XYZ42.111646.675299.7182
Yxy46.67520.22340.2476
Hunter Lab68.3193-9.5323-38.7157
CIE-Lab73.9815-6.6764-39.0828

#6cbdfd color RGB value is (108,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111101 11111101
Octal 154 275 375
Decimal 108 189 253
Hex 6C BD FD

RGB Percentages of Color #6cbdfd

%19.64
%34.36
%46.00

CMYK Percentages of Color #6cbdfd

%57
%25
%0
%1

Triadic Colors of #6cbdfd

#6cbdfd #fd6cbd #bdfd6c

Analogous Colors of #6cbdfd

#6cbdfd #6c75fd #6cfdf5

Monochromatic Colors of #6cbdfd

#6cbdfd

Complementary Color

#6cbdfd #fdac6c

#6cbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbdfd Color CSS Codes

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

#6cbdfd Text Font Color

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

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


#6cbdfd Background Color

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

This div background color is #6cbdfd


#6cbdfd Border Color

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

This div border color is #6cbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbdfd


Comments

No comments written yet.

Please login to write comment.