Color Hex Logo

#6cdeee Color Hex

#6CDEEE
(108,222,238)
0 Favorites   0 Comments

Color spaces of #6cdeee

RGB 108222238
HSL0.520.790.68
HSV187°55°93°
CMYK 0.550.070.00   0.07
XYZ47.738261.603790.2636
Yxy61.60370.23920.3086
Hunter Lab78.4880-28.7863-13.2437
CIE-Lab82.7022-27.9936-17.7039

#6cdeee color RGB value is (108,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 11101110
Octal 154 336 356
Decimal 108 222 238
Hex 6C DE EE

RGB Percentages of Color #6cdeee

%19.01
%39.08
%41.90

CMYK Percentages of Color #6cdeee

%55
%7
%0
%7

Triadic Colors of #6cdeee

#6cdeee #ee6cde #deee6c

Analogous Colors of #6cdeee

#6cdeee #6c9dee #6ceebd

Monochromatic Colors of #6cdeee

#6cdeee

Complementary Color

#6cdeee #ee7c6c

#6cdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdeee Color CSS Codes

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

#6cdeee Text Font Color

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

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


#6cdeee Background Color

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

This div background color is #6cdeee


#6cdeee Border Color

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

This div border color is #6cdeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,222,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 #6cdeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdeee


Comments

No comments written yet.

Please login to write comment.