Color Hex Logo

#6cedee Color Hex

#6CEDEE
(108,237,238)
0 Favorites   0 Comments

Color spaces of #6cedee

RGB 108237238
HSL0.500.790.68
HSV180°55°93°
CMYK 0.550.000.00   0.07
XYZ51.901169.929691.6512
Yxy69.92960.24310.3276
Hunter Lab83.6239-35.5560-6.4447
CIE-Lab86.9623-35.1237-11.3167

#6cedee color RGB value is (108,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101101 11101110
Octal 154 355 356
Decimal 108 237 238
Hex 6C ED EE

RGB Percentages of Color #6cedee

%18.52
%40.65
%40.82

CMYK Percentages of Color #6cedee

%55
%0
%0
%7

Triadic Colors of #6cedee

#6cedee #ee6ced #edee6c

Analogous Colors of #6cedee

#6cedee #6cacee #6ceeae

Monochromatic Colors of #6cedee

#6cedee

Complementary Color

#6cedee #ee6d6c

#6cedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cedee Color CSS Codes

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

#6cedee Text Font Color

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

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


#6cedee Background Color

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

This div background color is #6cedee


#6cedee Border Color

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

This div border color is #6cedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cedee


Comments

No comments written yet.

Please login to write comment.