Color Hex Logo

#1cbcf7 Color Hex

#1CBCF7
(28,188,247)
0 Favorites   0 Comments

Color spaces of #1cbcf7

RGB 28188247
HSL0.540.930.54
HSV196°89°97°
CMYK 0.890.240.00   0.03
XYZ35.250642.928794.4239
Yxy42.92870.20420.2487
Hunter Lab65.5200-18.6247-39.5816
CIE-Lab71.5066-17.9478-39.8500

#1cbcf7 color RGB value is (28,188,247).

#1cbcf7 hex color red value is 28, green value is 188 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #1cbcf7 hue: 0.54 , saturation: 0.93 and the lightness value of 1cbcf7 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111100 11110111
Octal 34 274 367
Decimal 28 188 247
Hex 1C BC F7

RGB Percentages of Color #1cbcf7

%6.05
%40.60
%53.35

CMYK Percentages of Color #1cbcf7

%89
%24
%0
%3

Triadic Colors of #1cbcf7

#1cbcf7 #f71cbc #bcf71c

Analogous Colors of #1cbcf7

#1cbcf7 #1c4ff7 #1cf7c5

Monochromatic Colors of #1cbcf7

#1cbcf7

Complementary Color

#1cbcf7 #f7571c

#1cbcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbcf7 Color CSS Codes

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

#1cbcf7 Text Font Color

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

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


#1cbcf7 Background Color

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

This div background color is #1cbcf7


#1cbcf7 Border Color

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

This div border color is #1cbcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbcf7


Comments

No comments written yet.

Please login to write comment.