Color Hex Logo

#1cafe4 Color Hex

#1CAFE4
(28,175,228)
0 Favorites   0 Comments

Color spaces of #1cafe4

RGB 28175228
HSL0.540.790.50
HSV196°88°89°
CMYK 0.880.230.00   0.11
XYZ29.812536.508378.8743
Yxy36.50830.20530.2514
Hunter Lab60.4221-17.6661-35.1010
CIE-Lab66.9065-17.6338-36.6780

#1cafe4 color RGB value is (28,175,228).

#1cafe4 hex color red value is 28, green value is 175 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #1cafe4 hue: 0.54 , saturation: 0.79 and the lightness value of 1cafe4 is 0.50.

The process color (four color CMYK) of #1cafe4 color hex is 0.88, 0.23, 0.00, 0.11. Web safe color of #1cafe4 is #3399cc. Color #1cafe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101111 11100100
Octal 34 257 344
Decimal 28 175 228
Hex 1C AF E4

RGB Percentages of Color #1cafe4

%6.50
%40.60
%52.90

CMYK Percentages of Color #1cafe4

%88
%23
%0
%11

Triadic Colors of #1cafe4

#1cafe4 #e41caf #afe41c

Analogous Colors of #1cafe4

#1cafe4 #1c4be4 #1ce4b5

Monochromatic Colors of #1cafe4

#1cafe4

Complementary Color

#1cafe4 #e4511c

#1cafe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cafe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cafe4 Color CSS Codes

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

#1cafe4 Text Font Color

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

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


#1cafe4 Background Color

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

This div background color is #1cafe4


#1cafe4 Border Color

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

This div border color is #1cafe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cafe4


Comments

No comments written yet.

Please login to write comment.