Color Hex Logo

#6cebde Color Hex

#6CEBDE
(108,235,222)
0 Favorites   0 Comments

Color spaces of #6cebde

RGB 108235222
HSL0.480.760.67
HSV174°54°92°
CMYK 0.540.000.06   0.08
XYZ49.077567.878779.6225
Yxy67.87870.24970.3453
Hunter Lab82.3885-37.85040.3725
CIE-Lab85.9458-38.2918-4.4178

#6cebde color RGB value is (108,235,222).

#6cebde hex color red value is 108, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6cebde hue: 0.48 , saturation: 0.76 and the lightness value of 6cebde is 0.67.

The process color (four color CMYK) of #6cebde color hex is 0.54, 0.00, 0.06, 0.08. Web safe color of #6cebde is #66ffcc. Color #6cebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101011 11011110
Octal 154 353 336
Decimal 108 235 222
Hex 6C EB DE

RGB Percentages of Color #6cebde

%19.12
%41.59
%39.29

CMYK Percentages of Color #6cebde

%54
%0
%6
%8

Triadic Colors of #6cebde

#6cebde #de6ceb #ebde6c

Analogous Colors of #6cebde

#6cebde #6cb9eb #6ceb9f

Monochromatic Colors of #6cebde

#6cebde

Complementary Color

#6cebde #eb6c79

#6cebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cebde Color CSS Codes

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

#6cebde Text Font Color

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

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


#6cebde Background Color

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

This div background color is #6cebde


#6cebde Border Color

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

This div border color is #6cebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cebde


Comments

No comments written yet.

Please login to write comment.