Color Hex Logo

#1ccbfd Color Hex

#1CCBFD
(28,203,253)
0 Favorites   0 Comments

Color spaces of #1ccbfd

RGB 28203253
HSL0.540.980.55
HSV193°89°99°
CMYK 0.890.200.00   0.01
XYZ39.564450.0506100.5040
Yxy50.05060.20810.2633
Hunter Lab70.7464-23.9816-34.7062
CIE-Lab76.1003-23.6548-35.9386

#1ccbfd color RGB value is (28,203,253).

#1ccbfd hex color red value is 28, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1ccbfd hue: 0.54 , saturation: 0.98 and the lightness value of 1ccbfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001011 11111101
Octal 34 313 375
Decimal 28 203 253
Hex 1C CB FD

RGB Percentages of Color #1ccbfd

%5.79
%41.94
%52.27

CMYK Percentages of Color #1ccbfd

%89
%20
%0
%1

Triadic Colors of #1ccbfd

#1ccbfd #fd1ccb #cbfd1c

Analogous Colors of #1ccbfd

#1ccbfd #1c5bfd #1cfdbf

Monochromatic Colors of #1ccbfd

#1ccbfd

Complementary Color

#1ccbfd #fd4e1c

#1ccbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccbfd Color CSS Codes

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

#1ccbfd Text Font Color

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

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


#1ccbfd Background Color

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

This div background color is #1ccbfd


#1ccbfd Border Color

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

This div border color is #1ccbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccbfd


Comments

No comments written yet.

Please login to write comment.