Color Hex Logo

#6cbdfe Color Hex

#6CBDFE
(108,189,254)
0 Favorites   0 Comments

Color spaces of #6cbdfe

RGB 108189254
HSL0.570.990.71
HSV207°57°100°
CMYK 0.570.260.00   0.00
XYZ42.271346.7391100.5595
Yxy46.73910.22300.2466
Hunter Lab68.3660-9.2724-39.3534
CIE-Lab74.0226-6.3721-39.5567

#6cbdfe color RGB value is (108,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111101 11111110
Octal 154 275 376
Decimal 108 189 254
Hex 6C BD FE

RGB Percentages of Color #6cbdfe

%19.60
%34.30
%46.10

CMYK Percentages of Color #6cbdfe

%57
%26
%0
%0

Triadic Colors of #6cbdfe

#6cbdfe #fe6cbd #bdfe6c

Analogous Colors of #6cbdfe

#6cbdfe #6c74fe #6cfef6

Monochromatic Colors of #6cbdfe

#6cbdfe

Complementary Color

#6cbdfe #fead6c

#6cbdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbdfe Color CSS Codes

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

#6cbdfe Text Font Color

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

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


#6cbdfe Background Color

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

This div background color is #6cbdfe


#6cbdfe Border Color

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

This div border color is #6cbdfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,189,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbdfe


Comments

No comments written yet.

Please login to write comment.