Color Hex Logo

#6ccaef Color Hex

#6CCAEF
(108,202,239)
0 Favorites   0 Comments

Color spaces of #6ccaef

RGB 108202239
HSL0.550.800.68
HSV197°55°94°
CMYK 0.550.150.00   0.06
XYZ42.884951.661289.3727
Yxy51.66120.23320.2809
Hunter Lab71.8757-19.2799-23.4102
CIE-Lab77.0778-17.7034-26.7810

#6ccaef color RGB value is (108,202,239).

#6ccaef hex color red value is 108, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6ccaef hue: 0.55 , saturation: 0.80 and the lightness value of 6ccaef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001010 11101111
Octal 154 312 357
Decimal 108 202 239
Hex 6C CA EF

RGB Percentages of Color #6ccaef

%19.67
%36.79
%43.53

CMYK Percentages of Color #6ccaef

%55
%15
%0
%6

Triadic Colors of #6ccaef

#6ccaef #ef6cca #caef6c

Analogous Colors of #6ccaef

#6ccaef #6c89ef #6cefd3

Monochromatic Colors of #6ccaef

#6ccaef

Complementary Color

#6ccaef #ef916c

#6ccaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccaef Color CSS Codes

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

#6ccaef Text Font Color

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

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


#6ccaef Background Color

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

This div background color is #6ccaef


#6ccaef Border Color

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

This div border color is #6ccaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccaef


Comments

No comments written yet.

Please login to write comment.