Color Hex Logo

#1caeec Color Hex

#1CAEEC
(28,174,236)
0 Favorites   0 Comments

Color spaces of #1caeec

RGB 28174236
HSL0.550.850.52
HSV198°88°93°
CMYK 0.880.260.00   0.07
XYZ30.755336.575184.7956
Yxy36.57510.20220.2404
Hunter Lab60.4774-15.0605-40.7967
CIE-Lab66.9570-14.3076-40.9777

#1caeec color RGB value is (28,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101110 11101100
Octal 34 256 354
Decimal 28 174 236
Hex 1C AE EC

RGB Percentages of Color #1caeec

%6.39
%39.73
%53.88

CMYK Percentages of Color #1caeec

%88
%26
%0
%7

Triadic Colors of #1caeec

#1caeec #ec1cae #aeec1c

Analogous Colors of #1caeec

#1caeec #1c46ec #1cecc2

Monochromatic Colors of #1caeec

#1caeec

Complementary Color

#1caeec #ec5a1c

#1caeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caeec Color CSS Codes

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

#1caeec Text Font Color

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

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


#1caeec Background Color

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

This div background color is #1caeec


#1caeec Border Color

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

This div border color is #1caeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caeec


Comments

No comments written yet.

Please login to write comment.