Color Hex Logo

#61bdf8 Color Hex

#61BDF8
(97,189,248)
0 Favorites   0 Comments

Color spaces of #61bdf8

RGB 97189248
HSL0.570.920.68
HSV203°61°97°
CMYK 0.610.240.00   0.03
XYZ40.070645.713995.5187
Yxy45.71390.22100.2521
Hunter Lab67.6121-12.5322-36.4333
CIE-Lab73.3595-10.2556-37.3896

#61bdf8 color RGB value is (97,189,248).

#61bdf8 hex color red value is 97, green value is 189 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #61bdf8 hue: 0.57 , saturation: 0.92 and the lightness value of 61bdf8 is 0.68.

The process color (four color CMYK) of #61bdf8 color hex is 0.61, 0.24, 0.00, 0.03. Web safe color of #61bdf8 is #66ccff. Color #61bdf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111101 11111000
Octal 141 275 370
Decimal 97 189 248
Hex 61 BD F8

RGB Percentages of Color #61bdf8

%18.16
%35.39
%46.44

CMYK Percentages of Color #61bdf8

%61
%24
%0
%3

Triadic Colors of #61bdf8

#61bdf8 #f861bd #bdf861

Analogous Colors of #61bdf8

#61bdf8 #6172f8 #61f8e8

Monochromatic Colors of #61bdf8

#61bdf8

Complementary Color

#61bdf8 #f89c61

#61bdf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bdf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bdf8 Color CSS Codes

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

#61bdf8 Text Font Color

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

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


#61bdf8 Background Color

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

This div background color is #61bdf8


#61bdf8 Border Color

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

This div border color is #61bdf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bdf8


Comments

No comments written yet.

Please login to write comment.