Color Hex Logo

#61cefe Color Hex

#61CEFE
(97,206,254)
0 Favorites   0 Comments

Color spaces of #61cefe

RGB 97206254
HSL0.550.990.69
HSV198°62°100°
CMYK 0.620.190.00   0.00
XYZ44.890553.8398101.7921
Yxy53.83980.22390.2685
Hunter Lab73.3756-19.2027-30.8886
CIE-Lab78.3682-17.3781-32.8567

#61cefe color RGB value is (97,206,254).

#61cefe hex color red value is 97, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #61cefe hue: 0.55 , saturation: 0.99 and the lightness value of 61cefe is 0.69.

The process color (four color CMYK) of #61cefe color hex is 0.62, 0.19, 0.00, 0.00. Web safe color of #61cefe is #66ccff. Color #61cefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001110 11111110
Octal 141 316 376
Decimal 97 206 254
Hex 61 CE FE

RGB Percentages of Color #61cefe

%17.41
%36.98
%45.60

CMYK Percentages of Color #61cefe

%62
%19
%0
%0

Triadic Colors of #61cefe

#61cefe #fe61ce #cefe61

Analogous Colors of #61cefe

#61cefe #6180fe #61fee0

Monochromatic Colors of #61cefe

#61cefe

Complementary Color

#61cefe #fe9161

#61cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cefe Color CSS Codes

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

#61cefe Text Font Color

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

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


#61cefe Background Color

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

This div background color is #61cefe


#61cefe Border Color

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

This div border color is #61cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cefe


Comments

No comments written yet.

Please login to write comment.