Color Hex Logo

#6cedeb Color Hex

#6CEDEB
(108,237,235)
0 Favorites   0 Comments

Color spaces of #6cedeb

RGB 108237235
HSL0.500.780.68
HSV179°54°93°
CMYK 0.540.000.01   0.07
XYZ51.463969.754789.3488
Yxy69.75470.24440.3313
Hunter Lab83.5193-36.1685-4.9649
CIE-Lab86.8764-35.9042-9.8701

#6cedeb color RGB value is (108,237,235).

#6cedeb hex color red value is 108, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6cedeb hue: 0.50 , saturation: 0.78 and the lightness value of 6cedeb is 0.68.

The process color (four color CMYK) of #6cedeb color hex is 0.54, 0.00, 0.01, 0.07. Web safe color of #6cedeb is #66ffff. Color #6cedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101101 11101011
Octal 154 355 353
Decimal 108 237 235
Hex 6C ED EB

RGB Percentages of Color #6cedeb

%18.62
%40.86
%40.52

CMYK Percentages of Color #6cedeb

%54
%0
%1
%7

Triadic Colors of #6cedeb

#6cedeb #eb6ced #edeb6c

Analogous Colors of #6cedeb

#6cedeb #6cafed #6cedab

Monochromatic Colors of #6cedeb

#6cedeb

Complementary Color

#6cedeb #ed6c6e

#6cedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cedeb Color CSS Codes

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

#6cedeb Text Font Color

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

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


#6cedeb Background Color

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

This div background color is #6cedeb


#6cedeb Border Color

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

This div border color is #6cedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cedeb


Comments

No comments written yet.

Please login to write comment.