Color Hex Logo

#6ceaed Color Hex

#6CEAED
(108,234,237)
0 Favorites   0 Comments

Color spaces of #6ceaed

RGB 108234237
HSL0.500.780.68
HSV181°54°93°
CMYK 0.540.010.00   0.07
XYZ50.893268.148290.5923
Yxy68.14820.24280.3251
Hunter Lab82.5519-34.4207-7.2784
CIE-Lab86.0805-33.9856-12.1071

#6ceaed color RGB value is (108,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101010 11101101
Octal 154 352 355
Decimal 108 234 237
Hex 6C EA ED

RGB Percentages of Color #6ceaed

%18.65
%40.41
%40.93

CMYK Percentages of Color #6ceaed

%54
%1
%0
%7

Triadic Colors of #6ceaed

#6ceaed #ed6cea #eaed6c

Analogous Colors of #6ceaed

#6ceaed #6caaed #6cedb0

Monochromatic Colors of #6ceaed

#6ceaed

Complementary Color

#6ceaed #ed6f6c

#6ceaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ceaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ceaed Color CSS Codes

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

#6ceaed Text Font Color

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

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


#6ceaed Background Color

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

This div background color is #6ceaed


#6ceaed Border Color

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

This div border color is #6ceaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ceaed


Comments

No comments written yet.

Please login to write comment.