Color Hex Logo

#6cebf5 Color Hex

#6CEBF5
(108,235,245)
0 Favorites   0 Comments

Color spaces of #6cebf5

RGB 108235245
HSL0.510.870.69
HSV184°56°96°
CMYK 0.560.040.00   0.04
XYZ52.374169.197496.9822
Yxy69.19740.23960.3166
Hunter Lab83.1850-33.1883-10.8945
CIE-Lab86.6017-32.3316-15.5310

#6cebf5 color RGB value is (108,235,245).

#6cebf5 hex color red value is 108, green value is 235 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #6cebf5 hue: 0.51 , saturation: 0.87 and the lightness value of 6cebf5 is 0.69.

The process color (four color CMYK) of #6cebf5 color hex is 0.56, 0.04, 0.00, 0.04. Web safe color of #6cebf5 is #66ffff. Color #6cebf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101011 11110101
Octal 154 353 365
Decimal 108 235 245
Hex 6C EB F5

RGB Percentages of Color #6cebf5

%18.37
%39.97
%41.67

CMYK Percentages of Color #6cebf5

%56
%4
%0
%4

Triadic Colors of #6cebf5

#6cebf5 #f56ceb #ebf56c

Analogous Colors of #6cebf5

#6cebf5 #6ca7f5 #6cf5bb

Monochromatic Colors of #6cebf5

#6cebf5

Complementary Color

#6cebf5 #f5766c

#6cebf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cebf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cebf5 Color CSS Codes

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

#6cebf5 Text Font Color

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

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


#6cebf5 Background Color

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

This div background color is #6cebf5


#6cebf5 Border Color

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

This div border color is #6cebf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cebf5


Comments

No comments written yet.

Please login to write comment.