Color Hex Logo

#61cdeb Color Hex

#61CDEB
(97,205,235)
0 Favorites   0 Comments

Color spaces of #61cdeb

RGB 97205235
HSL0.540.780.65
HSV193°59°92°
CMYK 0.590.130.00   0.08
XYZ41.756552.202286.4725
Yxy52.20220.23140.2893
Hunter Lab72.2511-23.2778-20.3845
CIE-Lab77.4016-22.4924-24.1749

#61cdeb color RGB value is (97,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001101 11101011
Octal 141 315 353
Decimal 97 205 235
Hex 61 CD EB

RGB Percentages of Color #61cdeb

%18.06
%38.18
%43.76

CMYK Percentages of Color #61cdeb

%59
%13
%0
%8

Triadic Colors of #61cdeb

#61cdeb #eb61cd #cdeb61

Analogous Colors of #61cdeb

#61cdeb #6188eb #61ebc4

Monochromatic Colors of #61cdeb

#61cdeb

Complementary Color

#61cdeb #eb7f61

#61cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cdeb Color CSS Codes

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

#61cdeb Text Font Color

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

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


#61cdeb Background Color

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

This div background color is #61cdeb


#61cdeb Border Color

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

This div border color is #61cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cdeb


Comments

No comments written yet.

Please login to write comment.