Color Hex Logo

#6cebfe Color Hex

#6CEBFE
(108,235,254)
0 Favorites   0 Comments

Color spaces of #6cebfe

RGB 108235254
HSL0.520.990.71
HSV188°57°100°
CMYK 0.570.070.00   0.00
XYZ53.782169.7606104.3965
Yxy69.76060.23590.3060
Hunter Lab83.5228-31.2250-15.6416
CIE-Lab86.8793-29.8873-19.8363

#6cebfe color RGB value is (108,235,254).

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

The process color (four color CMYK) of #6cebfe color hex is 0.57, 0.07, 0.00, 0.00. Web safe color of #6cebfe is #66ffff. Color #6cebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101011 11111110
Octal 154 353 376
Decimal 108 235 254
Hex 6C EB FE

RGB Percentages of Color #6cebfe

%18.09
%39.36
%42.55

CMYK Percentages of Color #6cebfe

%57
%7
%0
%0

Triadic Colors of #6cebfe

#6cebfe #fe6ceb #ebfe6c

Analogous Colors of #6cebfe

#6cebfe #6ca2fe #6cfec8

Monochromatic Colors of #6cebfe

#6cebfe

Complementary Color

#6cebfe #fe7f6c

#6cebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cebfe Color CSS Codes

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

#6cebfe Text Font Color

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

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


#6cebfe Background Color

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

This div background color is #6cebfe


#6cebfe Border Color

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

This div border color is #6cebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cebfe


Comments

No comments written yet.

Please login to write comment.