Color Hex Logo

#1c7aeb Color Hex

#1C7AEB
(28,122,235)
0 Favorites   0 Comments

Color spaces of #1c7aeb

RGB 28122235
HSL0.590.840.52
HSV213°88°92°
CMYK 0.880.480.00   0.08
XYZ22.433820.164181.3069
Yxy20.16410.18110.1627
Hunter Lab44.904510.5940-75.9212
CIE-Lab52.022215.8004-64.1684

#1c7aeb color RGB value is (28,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01111010 11101011
Octal 34 172 353
Decimal 28 122 235
Hex 1C 7A EB

RGB Percentages of Color #1c7aeb

%7.27
%31.69
%61.04

CMYK Percentages of Color #1c7aeb

%88
%48
%0
%8

Triadic Colors of #1c7aeb

#1c7aeb #eb1c7a #7aeb1c

Analogous Colors of #1c7aeb

#1c7aeb #251ceb #1ce2eb

Monochromatic Colors of #1c7aeb

#1c7aeb

Complementary Color

#1c7aeb #eb8d1c

#1c7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c7aeb Color CSS Codes

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

#1c7aeb Text Font Color

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

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


#1c7aeb Background Color

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

This div background color is #1c7aeb


#1c7aeb Border Color

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

This div border color is #1c7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c7aeb


Comments

No comments written yet.

Please login to write comment.