Color Hex Logo

#1caebd Color Hex

#1CAEBD
(28,174,189)
0 Favorites   0 Comments

Color spaces of #1caebd

RGB 28174189
HSL0.520.740.43
HSV186°85°74°
CMYK 0.850.080.00   0.26
XYZ24.800234.193153.4369
Yxy34.19310.22060.3041
Hunter Lab58.4749-26.6261-13.2494
CIE-Lab65.1156-30.1325-17.9032

#1caebd color RGB value is (28,174,189).

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

The process color (four color CMYK) of #1caebd color hex is 0.85, 0.08, 0.00, 0.26. Web safe color of #1caebd is #3399cc. Color #1caebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101110 10111101
Octal 34 256 275
Decimal 28 174 189
Hex 1C AE BD

RGB Percentages of Color #1caebd

%7.16
%44.50
%48.34

CMYK Percentages of Color #1caebd

%85
%8
%0
%26

Triadic Colors of #1caebd

#1caebd #bd1cae #aebd1c

Analogous Colors of #1caebd

#1caebd #1c5ebd #1cbd7c

Monochromatic Colors of #1caebd

#1caebd

Complementary Color

#1caebd #bd2b1c

#1caebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caebd Color CSS Codes

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

#1caebd Text Font Color

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

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


#1caebd Background Color

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

This div background color is #1caebd


#1caebd Border Color

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

This div border color is #1caebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caebd


Comments

No comments written yet.

Please login to write comment.