Color Hex Logo

#1cb3ec Color Hex

#1CB3EC
(28,179,236)
0 Favorites   0 Comments

Color spaces of #1cb3ec

RGB 28179236
HSL0.550.850.52
HSV196°88°93°
CMYK 0.880.240.00   0.07
XYZ31.739338.543285.1236
Yxy38.54320.20420.2480
Hunter Lab62.0832-17.3895-37.8356
CIE-Lab68.4191-16.9870-38.6939

#1cb3ec color RGB value is (28,179,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110011 11101100
Octal 34 263 354
Decimal 28 179 236
Hex 1C B3 EC

RGB Percentages of Color #1cb3ec

%6.32
%40.41
%53.27

CMYK Percentages of Color #1cb3ec

%88
%24
%0
%7

Triadic Colors of #1cb3ec

#1cb3ec #ec1cb3 #b3ec1c

Analogous Colors of #1cb3ec

#1cb3ec #1c4bec #1cecbd

Monochromatic Colors of #1cb3ec

#1cb3ec

Complementary Color

#1cb3ec #ec551c

#1cb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb3ec Color CSS Codes

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

#1cb3ec Text Font Color

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

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


#1cb3ec Background Color

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

This div background color is #1cb3ec


#1cb3ec Border Color

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

This div border color is #1cb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb3ec


Comments

No comments written yet.

Please login to write comment.