Color Hex Logo

#61cfeb Color Hex

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

Color spaces of #61cfeb

RGB 97207235
HSL0.530.780.65
HSV192°59°92°
CMYK 0.590.120.00   0.08
XYZ42.238053.165286.6330
Yxy53.16520.23200.2921
Hunter Lab72.9145-24.1986-19.4050
CIE-Lab77.9724-23.4976-23.3052

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

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

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

Base Numbers

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

RGB Percentages of Color #61cfeb

%18.00
%38.40
%43.60

CMYK Percentages of Color #61cfeb

%59
%12
%0
%8

Triadic Colors of #61cfeb

#61cfeb #eb61cf #cfeb61

Analogous Colors of #61cfeb

#61cfeb #618aeb #61ebc2

Monochromatic Colors of #61cfeb

#61cfeb

Complementary Color

#61cfeb #eb7d61

#61cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cfeb Color CSS Codes

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

#61cfeb Text Font Color

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

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


#61cfeb Background Color

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

This div background color is #61cfeb


#61cfeb Border Color

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

This div border color is #61cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cfeb


Comments

No comments written yet.

Please login to write comment.