Color Hex Logo

#618ced Color Hex

#618CED
(97,140,237)
0 Favorites   0 Comments

Color spaces of #618ced

RGB 97140237
HSL0.620.800.65
HSV222°59°93°
CMYK 0.590.410.00   0.07
XYZ29.593927.412083.8520
Yxy27.41200.21010.1946
Hunter Lab52.35659.2713-58.3069
CIE-Lab59.353814.0887-53.4017

#618ced color RGB value is (97,140,237).

#618ced hex color red value is 97, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #618ced hue: 0.62 , saturation: 0.80 and the lightness value of 618ced is 0.65.

The process color (four color CMYK) of #618ced color hex is 0.59, 0.41, 0.00, 0.07. Web safe color of #618ced is #6699ff. Color #618ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 11101101
Octal 141 214 355
Decimal 97 140 237
Hex 61 8C ED

RGB Percentages of Color #618ced

%20.46
%29.54
%50.00

CMYK Percentages of Color #618ced

%59
%41
%0
%7

Triadic Colors of #618ced

#618ced #ed618c #8ced61

Analogous Colors of #618ced

#618ced #7c61ed #61d2ed

Monochromatic Colors of #618ced

#618ced

Complementary Color

#618ced #edc261

#618ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ced Color CSS Codes

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

#618ced Text Font Color

<p style="color:#618ced">Text here</p>

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


#618ced Background Color

<div style="background-color:#618ced">
Div content here</div>

This div background color is #618ced


#618ced Border Color

<div style="border:3px solid #618ced">
Div here</div>

This div border color is #618ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,140,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #618ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #618ced;
  -webkit-box-shadow: 1px 1px 3px 2px #618ced;
  box-shadow:         1px 1px 3px 2px #618ced; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ced


Comments

No comments written yet.

Please login to write comment.