Color Hex Logo

#2685dc Color Hex

#2685DC
(38,133,220)
0 Favorites   0 Comments

Color spaces of #2685dc

RGB 38133220
HSL0.580.720.51
HSV209°83°86°
CMYK 0.830.400.00   0.14
XYZ22.105122.354470.8599
Yxy22.35440.19170.1938
Hunter Lab47.28040.7136-55.7625
CIE-Lab54.40104.0305-51.9368

#2685dc color RGB value is (38,133,220).

#2685dc hex color red value is 38, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2685dc hue: 0.58 , saturation: 0.72 and the lightness value of 2685dc is 0.51.

The process color (four color CMYK) of #2685dc color hex is 0.83, 0.40, 0.00, 0.14. Web safe color of #2685dc is #3399cc. Color #2685dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10000101 11011100
Octal 46 205 334
Decimal 38 133 220
Hex 26 85 DC

RGB Percentages of Color #2685dc

%9.72
%34.02
%56.27

CMYK Percentages of Color #2685dc

%83
%40
%0
%14

Triadic Colors of #2685dc

#2685dc #dc2685 #85dc26

Analogous Colors of #2685dc

#2685dc #262adc #26dcd8

Monochromatic Colors of #2685dc

#2685dc

Complementary Color

#2685dc #dc7d26

#2685dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2685dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2685dc Color CSS Codes

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

#2685dc Text Font Color

<p style="color:#2685dc">Text here</p>

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


#2685dc Background Color

<div style="background-color:#2685dc">
Div content here</div>

This div background color is #2685dc


#2685dc Border Color

<div style="border:3px solid #2685dc">
Div here</div>

This div border color is #2685dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,133,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2685dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2685dc;
  -webkit-box-shadow: 1px 1px 3px 2px #2685dc;
  box-shadow:         1px 1px 3px 2px #2685dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,133,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 #2685dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2685dc


Comments

No comments written yet.

Please login to write comment.