Color Hex Logo

#61fceb Color Hex

#61FCEB
(97,252,235)
0 Favorites   0 Comments

Color spaces of #61fceb

RGB 97252235
HSL0.480.960.68
HSV173°62°99°
CMYK 0.620.000.07   0.01
XYZ54.735678.160490.7989
Yxy78.16040.24470.3494
Hunter Lab88.4084-44.20130.9927
CIE-Lab90.8530-44.5858-4.0214

#61fceb color RGB value is (97,252,235).

#61fceb hex color red value is 97, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #61fceb hue: 0.48 , saturation: 0.96 and the lightness value of 61fceb is 0.68.

The process color (four color CMYK) of #61fceb color hex is 0.62, 0.00, 0.07, 0.01. Web safe color of #61fceb is #66ffff. Color #61fceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111100 11101011
Octal 141 374 353
Decimal 97 252 235
Hex 61 FC EB

RGB Percentages of Color #61fceb

%16.61
%43.15
%40.24

CMYK Percentages of Color #61fceb

%62
%0
%7
%1

Triadic Colors of #61fceb

#61fceb #eb61fc #fceb61

Analogous Colors of #61fceb

#61fceb #61c0fc #61fc9e

Monochromatic Colors of #61fceb

#61fceb

Complementary Color

#61fceb #fc6172

#61fceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fceb Color CSS Codes

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

#61fceb Text Font Color

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

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


#61fceb Background Color

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

This div background color is #61fceb


#61fceb Border Color

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

This div border color is #61fceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fceb


Comments

No comments written yet.

Please login to write comment.