Color Hex Logo

#608adc Color Hex

#608ADC
(96,138,220)
0 Favorites   0 Comments

Color spaces of #608adc

RGB 96138220
HSL0.610.640.62
HSV220°56°86°
CMYK 0.560.370.00   0.14
XYZ26.830625.831171.2819
Yxy25.83110.21650.2084
Hunter Lab50.82435.2892-47.5782
CIE-Lab57.87649.5624-46.2882

#608adc color RGB value is (96,138,220).

#608adc hex color red value is 96, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #608adc hue: 0.61 , saturation: 0.64 and the lightness value of 608adc is 0.62.

The process color (four color CMYK) of #608adc color hex is 0.56, 0.37, 0.00, 0.14. Web safe color of #608adc is #6699cc. Color #608adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 11011100
Octal 140 212 334
Decimal 96 138 220
Hex 60 8A DC

RGB Percentages of Color #608adc

%21.15
%30.40
%48.46

CMYK Percentages of Color #608adc

%56
%37
%0
%14

Triadic Colors of #608adc

#608adc #dc608a #8adc60

Analogous Colors of #608adc

#608adc #7460dc #60c8dc

Monochromatic Colors of #608adc

#608adc

Complementary Color

#608adc #dcb260

#608adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#608adc Color CSS Codes

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

#608adc Text Font Color

<p style="color:#608adc">Text here</p>

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


#608adc Background Color

<div style="background-color:#608adc">
Div content here</div>

This div background color is #608adc


#608adc Border Color

<div style="border:3px solid #608adc">
Div here</div>

This div border color is #608adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,138,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608adc;
  -webkit-box-shadow: 1px 1px 3px 2px #608adc;
  box-shadow:         1px 1px 3px 2px #608adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,138,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608adc


Comments

No comments written yet.

Please login to write comment.