Color Hex Logo

#1ccaee Color Hex

#1CCAEE
(28,202,238)
0 Favorites   0 Comments

Color spaces of #1ccaee

RGB 28202238
HSL0.530.860.52
HSV190°88°93°
CMYK 0.880.150.00   0.07
XYZ37.032048.661088.3296
Yxy48.66100.21280.2796
Hunter Lab69.7574-27.3156-26.2451
CIE-Lab75.2399-28.0878-29.2183

#1ccaee color RGB value is (28,202,238).

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

The process color (four color CMYK) of #1ccaee color hex is 0.88, 0.15, 0.00, 0.07. Web safe color of #1ccaee is #33ccff. Color #1ccaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001010 11101110
Octal 34 312 356
Decimal 28 202 238
Hex 1C CA EE

RGB Percentages of Color #1ccaee

%5.98
%43.16
%50.85

CMYK Percentages of Color #1ccaee

%88
%15
%0
%7

Triadic Colors of #1ccaee

#1ccaee #ee1cca #caee1c

Analogous Colors of #1ccaee

#1ccaee #1c61ee #1ceea9

Monochromatic Colors of #1ccaee

#1ccaee

Complementary Color

#1ccaee #ee401c

#1ccaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccaee Color CSS Codes

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

#1ccaee Text Font Color

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

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


#1ccaee Background Color

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

This div background color is #1ccaee


#1ccaee Border Color

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

This div border color is #1ccaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccaee


Comments

No comments written yet.

Please login to write comment.