Color Hex Logo

#1caeee Color Hex

#1CAEEE
(28,174,238)
0 Favorites   0 Comments

Color spaces of #1caeee

RGB 28174238
HSL0.550.860.52
HSV198°88°93°
CMYK 0.880.270.00   0.07
XYZ31.047636.692086.3348
Yxy36.69200.20150.2381
Hunter Lab60.5739-14.5129-42.1031
CIE-Lab67.0453-13.6041-41.9321

#1caeee color RGB value is (28,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101110 11101110
Octal 34 256 356
Decimal 28 174 238
Hex 1C AE EE

RGB Percentages of Color #1caeee

%6.36
%39.55
%54.09

CMYK Percentages of Color #1caeee

%88
%27
%0
%7

Triadic Colors of #1caeee

#1caeee #ee1cae #aeee1c

Analogous Colors of #1caeee

#1caeee #1c45ee #1ceec5

Monochromatic Colors of #1caeee

#1caeee

Complementary Color

#1caeee #ee5c1c

#1caeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caeee Color CSS Codes

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

#1caeee Text Font Color

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

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


#1caeee Background Color

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

This div background color is #1caeee


#1caeee Border Color

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

This div border color is #1caeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caeee


Comments

No comments written yet.

Please login to write comment.