Color Hex Logo

#1c98fd Color Hex

#1C98FD
(28,152,253)
0 Favorites   0 Comments

Color spaces of #1c98fd

RGB 28152253
HSL0.570.980.55
HSV207°89°99°
CMYK 0.890.400.00   0.01
XYZ29.436729.795297.1281
Yxy29.79520.18830.1906
Hunter Lab54.58500.7381-67.2907
CIE-Lab61.47714.3352-58.9458

#1c98fd color RGB value is (28,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011000 11111101
Octal 34 230 375
Decimal 28 152 253
Hex 1C 98 FD

RGB Percentages of Color #1c98fd

%6.47
%35.10
%58.43

CMYK Percentages of Color #1c98fd

%89
%40
%0
%1

Triadic Colors of #1c98fd

#1c98fd #fd1c98 #98fd1c

Analogous Colors of #1c98fd

#1c98fd #1c28fd #1cfdf2

Monochromatic Colors of #1c98fd

#1c98fd

Complementary Color

#1c98fd #fd811c

#1c98fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c98fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c98fd Color CSS Codes

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

#1c98fd Text Font Color

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

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


#1c98fd Background Color

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

This div background color is #1c98fd


#1c98fd Border Color

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

This div border color is #1c98fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c98fd

Related Colors


Comments

No comments written yet.

Please login to write comment.