Color Hex Logo

#61ccef Color Hex

#61CCEF
(97,204,239)
0 Favorites   0 Comments

Color spaces of #61ccef

RGB 97204239
HSL0.540.820.66
HSV195°59°94°
CMYK 0.590.150.00   0.06
XYZ42.102651.959189.4714
Yxy51.95910.22940.2831
Hunter Lab72.0827-21.8850-23.1349
CIE-Lab77.2564-20.8193-26.5420

#61ccef color RGB value is (97,204,239).

#61ccef hex color red value is 97, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #61ccef hue: 0.54 , saturation: 0.82 and the lightness value of 61ccef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001100 11101111
Octal 141 314 357
Decimal 97 204 239
Hex 61 CC EF

RGB Percentages of Color #61ccef

%17.96
%37.78
%44.26

CMYK Percentages of Color #61ccef

%59
%15
%0
%6

Triadic Colors of #61ccef

#61ccef #ef61cc #ccef61

Analogous Colors of #61ccef

#61ccef #6185ef #61efcb

Monochromatic Colors of #61ccef

#61ccef

Complementary Color

#61ccef #ef8461

#61ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ccef Color CSS Codes

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

#61ccef Text Font Color

<p style="color:#61ccef">Text here</p>

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


#61ccef Background Color

<div style="background-color:#61ccef">
Div content here</div>

This div background color is #61ccef


#61ccef Border Color

<div style="border:3px solid #61ccef">
Div here</div>

This div border color is #61ccef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,204,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61ccef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61ccef;
  -webkit-box-shadow: 1px 1px 3px 2px #61ccef;
  box-shadow:         1px 1px 3px 2px #61ccef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,204,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 #61ccef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ccef


Comments

No comments written yet.

Please login to write comment.