Color Hex Logo

#61ebcf Color Hex

#61EBCF
(97,235,207)
0 Favorites   0 Comments

Color spaces of #61ebcf

RGB 97235207
HSL0.470.780.65
HSV168°59°92°
CMYK 0.590.000.12   0.08
XYZ45.900666.463069.4409
Yxy66.46300.25250.3656
Hunter Lab81.5248-42.16836.5656
CIE-Lab85.2320-44.06452.3848

#61ebcf color RGB value is (97,235,207).

#61ebcf hex color red value is 97, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #61ebcf hue: 0.47 , saturation: 0.78 and the lightness value of 61ebcf is 0.65.

The process color (four color CMYK) of #61ebcf color hex is 0.59, 0.00, 0.12, 0.08. Web safe color of #61ebcf is #66ffcc. Color #61ebcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 11001111
Octal 141 353 317
Decimal 97 235 207
Hex 61 EB CF

RGB Percentages of Color #61ebcf

%18.00
%43.60
%38.40

CMYK Percentages of Color #61ebcf

%59
%0
%12
%8

Triadic Colors of #61ebcf

#61ebcf #cf61eb #ebcf61

Analogous Colors of #61ebcf

#61ebcf #61c2eb #61eb8a

Monochromatic Colors of #61ebcf

#61ebcf

Complementary Color

#61ebcf #eb617d

#61ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebcf Color CSS Codes

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

#61ebcf Text Font Color

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

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


#61ebcf Background Color

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

This div background color is #61ebcf


#61ebcf Border Color

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

This div border color is #61ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebcf


Comments

No comments written yet.

Please login to write comment.