Color Hex Logo

#6cebfb Color Hex

#6CEBFB
(108,235,251)
0 Favorites   0 Comments

Color spaces of #6cebfb

RGB 108235251
HSL0.520.950.70
HSV187°57°98°
CMYK 0.570.060.00   0.02
XYZ53.305369.5698101.8856
Yxy69.56980.23720.3095
Hunter Lab83.4085-31.8879-14.0383
CIE-Lab86.7854-30.7084-18.4042

#6cebfb color RGB value is (108,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101011 11111011
Octal 154 353 373
Decimal 108 235 251
Hex 6C EB FB

RGB Percentages of Color #6cebfb

%18.18
%39.56
%42.26

CMYK Percentages of Color #6cebfb

%57
%6
%0
%2

Triadic Colors of #6cebfb

#6cebfb #fb6ceb #ebfb6c

Analogous Colors of #6cebfb

#6cebfb #6ca4fb #6cfbc4

Monochromatic Colors of #6cebfb

#6cebfb

Complementary Color

#6cebfb #fb7c6c

#6cebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cebfb Color CSS Codes

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

#6cebfb Text Font Color

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

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


#6cebfb Background Color

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

This div background color is #6cebfb


#6cebfb Border Color

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

This div border color is #6cebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.