Color Hex Logo

#c4f5ba Color Hex

#C4F5BA
(196,245,186)
0 Favorites   0 Comments

Color spaces of #c4f5ba

RGB 196245186
HSL0.310.750.85
HSV110°24°96°
CMYK 0.200.000.24   0.04
XYZ64.280380.585758.6210
Yxy80.58570.31590.3960
Hunter Lab89.7695-29.280124.1213
CIE-Lab91.9470-26.404823.4130

#c4f5ba color RGB value is (196,245,186).

#c4f5ba hex color red value is 196, green value is 245 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c4f5ba hue: 0.31 , saturation: 0.75 and the lightness value of c4f5ba is 0.85.

The process color (four color CMYK) of #c4f5ba color hex is 0.20, 0.00, 0.24, 0.04. Web safe color of #c4f5ba is #ccffcc. Color #c4f5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11110101 10111010
Octal 304 365 272
Decimal 196 245 186
Hex C4 F5 BA

RGB Percentages of Color #c4f5ba

%31.26
%39.07
%29.67

CMYK Percentages of Color #c4f5ba

%20
%0
%24
%4

Triadic Colors of #c4f5ba

#c4f5ba #bac4f5 #f5bac4

Analogous Colors of #c4f5ba

#c4f5ba #baf5ce #e2f5ba

Monochromatic Colors of #c4f5ba

#c4f5ba

Complementary Color

#c4f5ba #ebbaf5

#c4f5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4f5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4f5ba Color CSS Codes

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

#c4f5ba Text Font Color

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

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


#c4f5ba Background Color

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

This div background color is #c4f5ba


#c4f5ba Border Color

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

This div border color is #c4f5ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,245,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4f5ba


Comments

No comments written yet.

Please login to write comment.