Color Hex Logo

#1caefe Color Hex

#1CAEFE
(28,174,254)
0 Favorites   0 Comments

Color spaces of #1caefe

RGB 28174254
HSL0.560.990.55
HSV201°89°100°
CMYK 0.890.310.00   0.00
XYZ33.504337.674799.2720
Yxy37.67470.19660.2210
Hunter Lab61.3797-9.9798-52.9264
CIE-Lab67.7802-7.9187-49.4847

#1caefe color RGB value is (28,174,254).

#1caefe hex color red value is 28, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1caefe hue: 0.56 , saturation: 0.99 and the lightness value of 1caefe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101110 11111110
Octal 34 256 376
Decimal 28 174 254
Hex 1C AE FE

RGB Percentages of Color #1caefe

%6.14
%38.16
%55.70

CMYK Percentages of Color #1caefe

%89
%31
%0
%0

Triadic Colors of #1caefe

#1caefe #fe1cae #aefe1c

Analogous Colors of #1caefe

#1caefe #1c3dfe #1cfedd

Monochromatic Colors of #1caefe

#1caefe

Complementary Color

#1caefe #fe6c1c

#1caefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caefe Color CSS Codes

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

#1caefe Text Font Color

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

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


#1caefe Background Color

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

This div background color is #1caefe


#1caefe Border Color

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

This div border color is #1caefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caefe

Related Colors


Comments

No comments written yet.

Please login to write comment.