Color Hex Logo

#c1ebfe Color Hex

#C1EBFE
(193,235,254)
0 Favorites   0 Comments

Color spaces of #c1ebfe

RGB 193235254
HSL0.550.970.88
HSV199°24°100°
CMYK 0.240.070.00   0.00
XYZ69.590077.9099105.1363
Yxy77.90990.27550.3084
Hunter Lab88.2666-13.7359-8.8350
CIE-Lab90.7388-9.4308-13.6468

#c1ebfe color RGB value is (193,235,254).

#c1ebfe hex color red value is 193, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c1ebfe hue: 0.55 , saturation: 0.97 and the lightness value of c1ebfe is 0.88.

The process color (four color CMYK) of #c1ebfe color hex is 0.24, 0.07, 0.00, 0.00. Web safe color of #c1ebfe is #ccffff. Color #c1ebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101011 11111110
Octal 301 353 376
Decimal 193 235 254
Hex C1 EB FE

RGB Percentages of Color #c1ebfe

%28.30
%34.46
%37.24

CMYK Percentages of Color #c1ebfe

%24
%7
%0
%0

Triadic Colors of #c1ebfe

#c1ebfe #fec1eb #ebfec1

Analogous Colors of #c1ebfe

#c1ebfe #c1cdfe #c1fef3

Monochromatic Colors of #c1ebfe

#c1ebfe

Complementary Color

#c1ebfe #fed4c1

#c1ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ebfe Color CSS Codes

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

#c1ebfe Text Font Color

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

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


#c1ebfe Background Color

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

This div background color is #c1ebfe


#c1ebfe Border Color

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

This div border color is #c1ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ebfe

Related Colors


Comments

No comments written yet.

Please login to write comment.