Color Hex Logo

#1c7bfd Color Hex

#1C7BFD
(28,123,253)
0 Favorites   0 Comments

Color spaces of #1c7bfd

RGB 28123253
HSL0.600.980.55
HSV215°89°99°
CMYK 0.890.510.00   0.01
XYZ25.291521.504695.7463
Yxy21.50460.17740.1509
Hunter Lab46.373116.1997-89.9547
CIE-Lab53.497422.0418-71.7865

#1c7bfd color RGB value is (28,123,253).

#1c7bfd hex color red value is 28, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1c7bfd hue: 0.60 , saturation: 0.98 and the lightness value of 1c7bfd is 0.55.

The process color (four color CMYK) of #1c7bfd color hex is 0.89, 0.51, 0.00, 0.01. Web safe color of #1c7bfd is #3366ff. Color #1c7bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01111011 11111101
Octal 34 173 375
Decimal 28 123 253
Hex 1C 7B FD

RGB Percentages of Color #1c7bfd

%6.93
%30.45
%62.62

CMYK Percentages of Color #1c7bfd

%89
%51
%0
%1

Triadic Colors of #1c7bfd

#1c7bfd #fd1c7b #7bfd1c

Analogous Colors of #1c7bfd

#1c7bfd #2e1cfd #1cecfd

Monochromatic Colors of #1c7bfd

#1c7bfd

Complementary Color

#1c7bfd #fd9e1c

#1c7bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c7bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c7bfd Color CSS Codes

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

#1c7bfd Text Font Color

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

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


#1c7bfd Background Color

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

This div background color is #1c7bfd


#1c7bfd Border Color

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

This div border color is #1c7bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,123,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c7bfd


Comments

No comments written yet.

Please login to write comment.