Color Hex Logo

#1c98ec Color Hex

#1C98EC
(28,152,236)
0 Favorites   0 Comments

Color spaces of #1c98ec

RGB 28152236
HSL0.570.850.52
HSV204°88°93°
CMYK 0.880.360.00   0.07
XYZ26.847428.759583.4930
Yxy28.75950.19300.2068
Hunter Lab53.6279-4.4874-54.7688
CIE-Lab60.5688-1.9744-51.0448

#1c98ec color RGB value is (28,152,236).

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

The process color (four color CMYK) of #1c98ec color hex is 0.88, 0.36, 0.00, 0.07. Web safe color of #1c98ec is #3399ff. Color #1c98ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011000 11101100
Octal 34 230 354
Decimal 28 152 236
Hex 1C 98 EC

RGB Percentages of Color #1c98ec

%6.73
%36.54
%56.73

CMYK Percentages of Color #1c98ec

%88
%36
%0
%7

Triadic Colors of #1c98ec

#1c98ec #ec1c98 #98ec1c

Analogous Colors of #1c98ec

#1c98ec #1c30ec #1cecd8

Monochromatic Colors of #1c98ec

#1c98ec

Complementary Color

#1c98ec #ec701c

#1c98ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c98ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c98ec Color CSS Codes

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

#1c98ec Text Font Color

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

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


#1c98ec Background Color

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

This div background color is #1c98ec


#1c98ec Border Color

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

This div border color is #1c98ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c98ec


Comments

No comments written yet.

Please login to write comment.