Color Hex Logo

#6cdeff Color Hex

#6CDEFF
(108,222,255)
0 Favorites   0 Comments

Color spaces of #6cdeff

RGB 108222255
HSL0.541.000.71
HSV193°58°100°
CMYK 0.580.130.00   0.00
XYZ50.355662.6507104.0465
Yxy62.65070.23200.2886
Hunter Lab79.1522-24.9570-22.5309
CIE-Lab83.2583-23.2554-25.8588

#6cdeff color RGB value is (108,222,255).

#6cdeff hex color red value is 108, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6cdeff hue: 0.54 , saturation: 1.00 and the lightness value of 6cdeff is 0.71.

The process color (four color CMYK) of #6cdeff color hex is 0.58, 0.13, 0.00, 0.00. Web safe color of #6cdeff is #66ccff. Color #6cdeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 11111111
Octal 154 336 377
Decimal 108 222 255
Hex 6C DE FF

RGB Percentages of Color #6cdeff

%18.46
%37.95
%43.59

CMYK Percentages of Color #6cdeff

%58
%13
%0
%0

Triadic Colors of #6cdeff

#6cdeff #ff6cde #deff6c

Analogous Colors of #6cdeff

#6cdeff #6c95ff #6cffd7

Monochromatic Colors of #6cdeff

#6cdeff

Complementary Color

#6cdeff #ff8d6c

#6cdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdeff Color CSS Codes

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

#6cdeff Text Font Color

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

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


#6cdeff Background Color

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

This div background color is #6cdeff


#6cdeff Border Color

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

This div border color is #6cdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdeff

Related Colors


Comments

No comments written yet.

Please login to write comment.