Color Hex Logo

#c4f0ba Color Hex

#C4F0BA
(196,240,186)
0 Favorites   0 Comments

Color spaces of #c4f0ba

RGB 196240186
HSL0.300.640.84
HSV109°23°94°
CMYK 0.180.000.23   0.06
XYZ62.788077.601158.1236
Yxy77.60110.31630.3909
Hunter Lab88.0915-26.932622.5439
CIE-Lab90.5976-24.011121.5478

#c4f0ba color RGB value is (196,240,186).

#c4f0ba hex color red value is 196, green value is 240 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c4f0ba hue: 0.30 , saturation: 0.64 and the lightness value of c4f0ba is 0.84.

The process color (four color CMYK) of #c4f0ba color hex is 0.18, 0.00, 0.23, 0.06. Web safe color of #c4f0ba is #ccffcc. Color #c4f0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11110000 10111010
Octal 304 360 272
Decimal 196 240 186
Hex C4 F0 BA

RGB Percentages of Color #c4f0ba

%31.51
%38.59
%29.90

CMYK Percentages of Color #c4f0ba

%18
%0
%23
%6

Triadic Colors of #c4f0ba

#c4f0ba #bac4f0 #f0bac4

Analogous Colors of #c4f0ba

#c4f0ba #baf0cb #dff0ba

Monochromatic Colors of #c4f0ba

#c4f0ba

Complementary Color

#c4f0ba #e6baf0

#c4f0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4f0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4f0ba Color CSS Codes

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

#c4f0ba Text Font Color

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

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


#c4f0ba Background Color

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

This div background color is #c4f0ba


#c4f0ba Border Color

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

This div border color is #c4f0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4f0ba


Comments

No comments written yet.

Please login to write comment.