Color Hex Logo

#61ceec Color Hex

#61CEEC
(97,206,236)
0 Favorites   0 Comments

Color spaces of #61ceec

RGB 97206236
HSL0.540.790.65
HSV193°59°93°
CMYK 0.590.130.00   0.07
XYZ42.141452.740187.3157
Yxy52.74010.23130.2895
Hunter Lab72.6224-23.5090-20.4502
CIE-Lab77.7213-22.7062-24.2237

#61ceec color RGB value is (97,206,236).

#61ceec hex color red value is 97, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #61ceec hue: 0.54 , saturation: 0.79 and the lightness value of 61ceec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001110 11101100
Octal 141 316 354
Decimal 97 206 236
Hex 61 CE EC

RGB Percentages of Color #61ceec

%18.00
%38.22
%43.78

CMYK Percentages of Color #61ceec

%59
%13
%0
%7

Triadic Colors of #61ceec

#61ceec #ec61ce #ceec61

Analogous Colors of #61ceec

#61ceec #6189ec #61ecc5

Monochromatic Colors of #61ceec

#61ceec

Complementary Color

#61ceec #ec7f61

#61ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ceec Color CSS Codes

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

#61ceec Text Font Color

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

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


#61ceec Background Color

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

This div background color is #61ceec


#61ceec Border Color

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

This div border color is #61ceec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,206,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ceec


Comments

No comments written yet.

Please login to write comment.