Color Hex Logo

#c1feeb Color Hex

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

Color spaces of #c1feeb

RGB 193254235
HSL0.450.970.88
HSV161°24°100°
CMYK 0.240.000.07   0.00
XYZ72.429588.219291.8078
Yxy88.21920.28690.3494
Hunter Lab93.9251-26.72027.7941
CIE-Lab95.2532-22.84162.8703

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

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

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

Base Numbers

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

RGB Percentages of Color #c1feeb

%28.30
%37.24
%34.46

CMYK Percentages of Color #c1feeb

%24
%0
%7
%0

Triadic Colors of #c1feeb

#c1feeb #ebc1fe #feebc1

Analogous Colors of #c1feeb

#c1feeb #c1f3fe #c1fecd

Monochromatic Colors of #c1feeb

#c1feeb

Complementary Color

#c1feeb #fec1d4

#c1feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1feeb Color CSS Codes

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

#c1feeb Text Font Color

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

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


#c1feeb Background Color

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

This div background color is #c1feeb


#c1feeb Border Color

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

This div border color is #c1feeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,254,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 #c1feeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1feeb


Comments

No comments written yet.

Please login to write comment.