Color Hex Logo

#c4feeb Color Hex

#C4FEEB
(196,254,235)
0 Favorites   0 Comments

Color spaces of #c4feeb

RGB 196254235
HSL0.450.970.88
HSV160°23°100°
CMYK 0.230.000.07   0.00
XYZ73.202288.617591.8440
Yxy88.61750.28860.3494
Hunter Lab94.1369-25.93538.0499
CIE-Lab95.4203-21.94393.1337

#c4feeb color RGB value is (196,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111110 11101011
Octal 304 376 353
Decimal 196 254 235
Hex C4 FE EB

RGB Percentages of Color #c4feeb

%28.61
%37.08
%34.31

CMYK Percentages of Color #c4feeb

%23
%0
%7
%0

Triadic Colors of #c4feeb

#c4feeb #ebc4fe #feebc4

Analogous Colors of #c4feeb

#c4feeb #c4f4fe #c4fece

Monochromatic Colors of #c4feeb

#c4feeb

Complementary Color

#c4feeb #fec4d7

#c4feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4feeb Color CSS Codes

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

#c4feeb Text Font Color

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

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


#c4feeb Background Color

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

This div background color is #c4feeb


#c4feeb Border Color

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

This div border color is #c4feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4feeb

Related Colors


Comments

No comments written yet.

Please login to write comment.