Color Hex Logo

#1c65eb Color Hex

#1C65EB
(28,101,235)
0 Favorites   0 Comments

Color spaces of #1c65eb

RGB 28101235
HSL0.610.840.52
HSV219°88°92°
CMYK 0.880.570.00   0.08
XYZ20.128015.552480.5383
Yxy15.55240.17320.1338
Hunter Lab39.436522.0906-93.4780
CIE-Lab46.381729.1416-73.3199

#1c65eb color RGB value is (28,101,235).

#1c65eb hex color red value is 28, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1c65eb hue: 0.61 , saturation: 0.84 and the lightness value of 1c65eb is 0.52.

The process color (four color CMYK) of #1c65eb color hex is 0.88, 0.57, 0.00, 0.08. Web safe color of #1c65eb is #3366ff. Color #1c65eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01100101 11101011
Octal 34 145 353
Decimal 28 101 235
Hex 1C 65 EB

RGB Percentages of Color #1c65eb

%7.69
%27.75
%64.56

CMYK Percentages of Color #1c65eb

%88
%57
%0
%8

Triadic Colors of #1c65eb

#1c65eb #eb1c65 #65eb1c

Analogous Colors of #1c65eb

#1c65eb #3a1ceb #1ccdeb

Monochromatic Colors of #1c65eb

#1c65eb

Complementary Color

#1c65eb #eba21c

#1c65eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c65eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c65eb Color CSS Codes

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

#1c65eb Text Font Color

<p style="color:#1c65eb">Text here</p>

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


#1c65eb Background Color

<div style="background-color:#1c65eb">
Div content here</div>

This div background color is #1c65eb


#1c65eb Border Color

<div style="border:3px solid #1c65eb">
Div here</div>

This div border color is #1c65eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,101,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c65eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c65eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1c65eb;
  box-shadow:         1px 1px 3px 2px #1c65eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,101,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 #1c65eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c65eb


Comments

No comments written yet.

Please login to write comment.