Color Hex Logo

#6ccfea Color Hex

#6CCFEA
(108,207,234)
0 Favorites   0 Comments

Color spaces of #6ccfea

RGB 108207234
HSL0.540.750.67
HSV193°54°92°
CMYK 0.540.120.00   0.08
XYZ43.348453.754385.9328
Yxy53.75430.23680.2937
Hunter Lab73.3173-22.7683-18.1697
CIE-Lab78.3182-21.6734-22.2083

#6ccfea color RGB value is (108,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001111 11101010
Octal 154 317 352
Decimal 108 207 234
Hex 6C CF EA

RGB Percentages of Color #6ccfea

%19.67
%37.70
%42.62

CMYK Percentages of Color #6ccfea

%54
%12
%0
%8

Triadic Colors of #6ccfea

#6ccfea #ea6ccf #cfea6c

Analogous Colors of #6ccfea

#6ccfea #6c90ea #6ceac6

Monochromatic Colors of #6ccfea

#6ccfea

Complementary Color

#6ccfea #ea876c

#6ccfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccfea Color CSS Codes

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

#6ccfea Text Font Color

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

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


#6ccfea Background Color

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

This div background color is #6ccfea


#6ccfea Border Color

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

This div border color is #6ccfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccfea


Comments

No comments written yet.

Please login to write comment.