Color Hex Logo

#1ccceb Color Hex

#1CCCEB
(28,204,235)
0 Favorites   0 Comments

Color spaces of #1ccceb

RGB 28204235
HSL0.520.840.52
HSV189°88°92°
CMYK 0.880.130.00   0.08
XYZ37.067249.430886.1847
Yxy49.43080.21470.2863
Hunter Lab70.3070-28.9287-23.4647
CIE-Lab75.7186-30.0351-26.8709

#1ccceb color RGB value is (28,204,235).

#1ccceb hex color red value is 28, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1ccceb hue: 0.52 , saturation: 0.84 and the lightness value of 1ccceb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001100 11101011
Octal 34 314 353
Decimal 28 204 235
Hex 1C CC EB

RGB Percentages of Color #1ccceb

%6.00
%43.68
%50.32

CMYK Percentages of Color #1ccceb

%88
%13
%0
%8

Triadic Colors of #1ccceb

#1ccceb #eb1ccc #cceb1c

Analogous Colors of #1ccceb

#1ccceb #1c65eb #1ceba3

Monochromatic Colors of #1ccceb

#1ccceb

Complementary Color

#1ccceb #eb3b1c

#1ccceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccceb Color CSS Codes

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

#1ccceb Text Font Color

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

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


#1ccceb Background Color

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

This div background color is #1ccceb


#1ccceb Border Color

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

This div border color is #1ccceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccceb


Comments

No comments written yet.

Please login to write comment.