Color Hex Logo

#6cddea Color Hex

#6CDDEA
(108,221,234)
0 Favorites   0 Comments

Color spaces of #6cddea

RGB 108221234
HSL0.520.750.67
HSV186°54°92°
CMYK 0.540.060.00   0.08
XYZ46.892160.841687.1140
Yxy60.84160.24070.3123
Hunter Lab78.0010-29.1924-11.6162
CIE-Lab82.2935-28.5940-16.1974

#6cddea color RGB value is (108,221,234).

#6cddea hex color red value is 108, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6cddea hue: 0.52 , saturation: 0.75 and the lightness value of 6cddea is 0.67.

The process color (four color CMYK) of #6cddea color hex is 0.54, 0.06, 0.00, 0.08. Web safe color of #6cddea is #66ccff. Color #6cddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 11101010
Octal 154 335 352
Decimal 108 221 234
Hex 6C DD EA

RGB Percentages of Color #6cddea

%19.18
%39.25
%41.56

CMYK Percentages of Color #6cddea

%54
%6
%0
%8

Triadic Colors of #6cddea

#6cddea #ea6cdd #ddea6c

Analogous Colors of #6cddea

#6cddea #6c9eea #6ceab8

Monochromatic Colors of #6cddea

#6cddea

Complementary Color

#6cddea #ea796c

#6cddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddea Color CSS Codes

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

#6cddea Text Font Color

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

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


#6cddea Background Color

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

This div background color is #6cddea


#6cddea Border Color

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

This div border color is #6cddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddea


Comments

No comments written yet.

Please login to write comment.